_module = __import__(self.CONFIGURATION.generator_module)
info = _module.entryPoint()
generator.plugins.addEntryPoint(info)
- except NameError:
- pass
except:
- traceback.print_exc()
+ pass
try:
self.CONFIGURATION.convert_module
_module = __import__(self.CONFIGURATION.convert_module)
info = _module.entryPoint()
convert.plugins.addEntryPoint(info)
- except NameError:
+ except :
pass
- except:
- traceback.print_exc()
self.sb = None
if hasattr(self.appliEficas,"statusBar"):