From: Jean-Philippe ARGAUD Date: Sat, 25 Aug 2018 18:38:45 +0000 (+0200) Subject: Minor updates for module behavior X-Git-Tag: V9_2_0b_ok_ADAO~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=38211947de9ce66444a94b6312c9f19d66667faf;p=modules%2Fadao.git Minor updates for module behavior --- diff --git a/bin/AdaoYacsSchemaCreator.py b/bin/AdaoYacsSchemaCreator.py index 66e3dc1..4317b56 100644 --- a/bin/AdaoYacsSchemaCreator.py +++ b/bin/AdaoYacsSchemaCreator.py @@ -36,6 +36,7 @@ if "ADAO_ROOT_DIR" not in os.environ: sys.exit(1) try: + import adao from daYacsSchemaCreator import run except ImportError as e: logging.fatal("\n Import of YACS schema creator module failed, the error message is:\n" + diff --git a/src/daSalome/daGUI/ADAOGUI.py b/src/daSalome/daGUI/ADAOGUI.py index 4a591c8..98736ff 100644 --- a/src/daSalome/daGUI/ADAOGUI.py +++ b/src/daSalome/daGUI/ADAOGUI.py @@ -33,6 +33,7 @@ reasons: modules, for example for test purposes. """ +import adao from daGuiImpl import ADAOGUI_impl as GuiImpl from daUtils import adaoLogger