X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Traducteur%2Fmocles.py;h=809a3fe9e1b2b88ab79be3120bdd692a3f0d1b19;hb=9f4ff7ed9afd87c96e11d61e442e39e5511f60d1;hp=0356734adfe3daee9ad807350944616e5aeadff4;hpb=16d5922e798b1254eb558678612711d72ed38b32;p=tools%2Feficas.git diff --git a/Traducteur/mocles.py b/Traducteur/mocles.py index 0356734a..809a3fe9 100644 --- a/Traducteur/mocles.py +++ b/Traducteur/mocles.py @@ -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