Salome HOME
[PY3] 2to3 results
[modules/smesh.git] / src / Tools / Verima / createDatabase.py
index ad375ed5728bb303d074b9a9d75b4920595c0845..ce59861114434b66488d4b4ac66c65c5d3ad23c0 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 import sys
-from Base.dataBase import Base
+from .Base.dataBase import Base
 
 def creeDatabase(fichier):
       maBase=Base(fichier)