Salome HOME
[PY3] 2to3 results
[modules/smesh.git] / src / Tools / Verima / Base / exportToCSV.py
index 783e7ac7481c2ce301bac63870577df18aa78957..7737c526795f98504714cabdabcc49cca38a36ca 100755 (executable)
@@ -6,7 +6,7 @@ pathRacine=os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(__file__
 if os.path.dirname(pathRacine) not in sys.path :
    sys.path.insert(0,pathRacine)
 
-from dataBase import Base
+from .dataBase import Base
 
 if __name__ == "__main__":
       from optparse import OptionParser