Salome HOME
commentaire
[tools/eficas.git] / Traducteur / mocles.py
index 0356734adfe3daee9ad807350944616e5aeadff4..809a3fe9e1b2b88ab79be3120bdd692a3f0d1b19 100644 (file)
@@ -20,9 +20,9 @@
 
 import compiler
 import types
-from parseur  import Keyword, FactNode, lastparen, lastparen2,maskStringsAndComments
-from visiteur import KeywordFinder, visitor
-from utils import indexToCoordinates, lineToDict, DictToLine
+from Traducteur.parseur  import Keyword, FactNode, lastparen, lastparen2,maskStringsAndComments
+from Traducteur.visiteur import KeywordFinder, visitor
+from Traducteur.utils import indexToCoordinates, lineToDict, DictToLine
 
 debug=0