Salome HOME
[PY3] 2to3 results
[modules/smesh.git] / src / Tools / Verima / Base / exportToCSV.py
index 4560a2a6fa62ef15645f0ece82ec4e5481eafcf9..7737c526795f98504714cabdabcc49cca38a36ca 100755 (executable)
@@ -1,13 +1,12 @@
 #!/usr/bin/env python
 
 import sys,os
-from PyQt4 import QtGui,QtCore
 
 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