From 2351e8796f76a8c914586aba1aeee700f18c1699 Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Tue, 6 Jul 2010 13:43:22 +0000 Subject: [PATCH] enleve SD du sys.path --- Aster/Cata/cataSTA9/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Aster/Cata/cataSTA9/__init__.py b/Aster/Cata/cataSTA9/__init__.py index 4204daed..7f6cba3a 100644 --- a/Aster/Cata/cataSTA9/__init__.py +++ b/Aster/Cata/cataSTA9/__init__.py @@ -4,8 +4,6 @@ rep_macro = os.path.dirname(__file__) sys.path.insert(0,rep_macro) rep_macro=os.path.join(rep_macro,'Macro') rep_sd = os.path.dirname(__file__) -rep_sd=os.path.join(rep_sd,'SD') -sys.path.insert(0,rep_sd) if sys.modules.has_key("SD"): del sys.modules["SD"] -- 2.39.2