typo. Should really test before committing :)

This commit is contained in:
Jonathan Corwin 2011-03-15 07:47:23 +00:00
parent 23ca24cceb
commit 791c0e268e
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class PptviewController(PresentationController):
dllpath = os.path.join(self.plugin.pluginManager.basepath,
u'presentations', u'lib', u'pptviewlib', u'pptviewlib.dll')
self.process = cdll.LoadLibrary(dllpath)
if log.isEnabledFor(log.DEBUG):
if log.isEnabledFor(logging.DEBUG):
self.process.SetDebug(1)
def kill(self):