From f9e47cd9b18e3b1ddaf5921fa5c159f7710dcf4e Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Mon, 21 Jun 2010 07:51:01 +0000 Subject: [PATCH] *** empty log message *** --- InterfaceQT4/editor.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/InterfaceQT4/editor.py b/InterfaceQT4/editor.py index c33b4b87..0301f5a3 100644 --- a/InterfaceQT4/editor.py +++ b/InterfaceQT4/editor.py @@ -82,10 +82,10 @@ class JDCEditor(QSplitter): try: self.CONFIGURATION.generator_module _module = __import__(self.CONFIGURATION.generator_module) - info = _module.entryPoint() - generator.plugins.addEntryPoint(info) + info = _module.entryPoint() + generator.plugins.addEntryPoint(info) except NameError: - pass + pass except: traceback.print_exc() -- 2.39.2