From: Renaud Barate Date: Mon, 9 May 2011 15:38:32 +0000 (+0000) Subject: Fixed bug in test_eficas for Aster X-Git-Tag: LOGILAB~320 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7575249177dc4cf9b5c33c8b840543f92f67ad01;p=tools%2Feficas.git Fixed bug in test_eficas for Aster --- diff --git a/Aster/test_eficas.py b/Aster/test_eficas.py index 4576e99d..66c40a9d 100755 --- a/Aster/test_eficas.py +++ b/Aster/test_eficas.py @@ -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