Instantiate OfficeConverter just once

This commit is contained in:
Roberto Rosario
2011-11-21 08:22:00 -04:00
parent 9212a7027f
commit c598e4ceb3
2 changed files with 4 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
from converter.office_converter import OfficeConverter
office_converter = OfficeConverter()