From 7575249177dc4cf9b5c33c8b840543f92f67ad01 Mon Sep 17 00:00:00 2001 From: Renaud Barate Date: Mon, 9 May 2011 15:38:32 +0000 Subject: [PATCH] Fixed bug in test_eficas for Aster --- Aster/test_eficas.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.2