From ea524af674e549569da76ec272c8bfb135123193 Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Fri, 2 Jul 2010 10:05:48 +0000 Subject: [PATCH] *** empty log message *** --- Aster/Cata/cataSTA9/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Aster/Cata/cataSTA9/__init__.py b/Aster/Cata/cataSTA9/__init__.py index f6816918..83c43086 100644 --- a/Aster/Cata/cataSTA9/__init__.py +++ b/Aster/Cata/cataSTA9/__init__.py @@ -3,7 +3,9 @@ sys.modules["Cata"]=sys.modules[__name__] rep_macro = os.path.dirname(__file__) sys.path.insert(0,rep_macro) rep_macro=os.path.join(rep_macro,'Macro') -sys.path.insert(0,rep_macro) +rep_sd = os.path.dirname(__file__) +rep_sd=os.path.join(rep_sd,'SD') +sys.path.insert(0,rep_sd) from cata import * from math import ceil -- 2.39.2