]> SALOME platform Git repositories - modules/adao.git/commitdiff
Salome HOME
Minor updates for module behavior
authorJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Sat, 25 Aug 2018 18:38:45 +0000 (20:38 +0200)
committerJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Sat, 25 Aug 2018 18:38:45 +0000 (20:38 +0200)
bin/AdaoYacsSchemaCreator.py
src/daSalome/daGUI/ADAOGUI.py

index 66e3dc10f83551114313a99cabb6e502234aab8e..4317b56abd9f54f2d8740a39327296b47ea17a75 100644 (file)
@@ -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" +
index 4a591c88eb4a58b518e2236abe36c0fe66a412d0..98736ff7108192beefaeb1b74fcd301153bd7468 100644 (file)
@@ -33,6 +33,7 @@ reasons:
    modules, for example for test purposes.
 """
 
+import adao
 from daGuiImpl import ADAOGUI_impl as GuiImpl
 from daUtils import adaoLogger