From 6de04fe85d2fc5fc56eac0755f9f87c5dc40e472 Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Mon, 21 Jun 2010 07:53:49 +0000 Subject: [PATCH] *** empty log message *** --- InterfaceQT4/editor.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/InterfaceQT4/editor.py b/InterfaceQT4/editor.py index 0301f5a3..1b8bea99 100644 --- a/InterfaceQT4/editor.py +++ b/InterfaceQT4/editor.py @@ -84,20 +84,16 @@ class JDCEditor(QSplitter): _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"): -- 2.39.2