]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
Fixed bug in test_eficas for Aster
authorRenaud Barate <renaud.barate@edf.fr>
Mon, 9 May 2011 15:38:32 +0000 (15:38 +0000)
committerRenaud Barate <renaud.barate@edf.fr>
Mon, 9 May 2011 15:38:32 +0000 (15:38 +0000)
Aster/test_eficas.py

index 4576e99d95b4f1c00eefc455ca0e4d408cde96e9..66c40a9dd4ad70a90fecfea75908b480528e18b9 100755 (executable)
@@ -21,7 +21,7 @@
 # ======================================================================
 
 """
-   Ce module sert à lancer EFICAS configuré pour Code_Aster
+   Ce module sert à lancer EFICAS configuré pour Code_Aster
 """
 # Modules Python
 import sys
@@ -36,7 +36,8 @@ if hasattr(prefs,'encoding'):
    del sys.setdefaultencoding
    # Fin hack
 
-sys.path[:0]=[prefs.INSTALLDIR]
+import prefs_ASTER
+sys.path[:0]=[prefs_ASTER.INSTALLDIR]
 
 import InterfaceTK
 from InterfaceTK import eficas_test