Salome HOME
PyQt4/PyQt5 support.
[modules/smesh.git] / src / Tools / Verima / Base / exportToCSV.py
index 4560a2a6fa62ef15645f0ece82ec4e5481eafcf9..783e7ac7481c2ce301bac63870577df18aa78957 100755 (executable)
@@ -1,7 +1,6 @@
 #!/usr/bin/env python
 
 import sys,os
 #!/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 :
 
 pathRacine=os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(__file__)),'..'))
 if os.path.dirname(pathRacine) not in sys.path :