Salome HOME
update of plugin Verima
[modules/smesh.git] / src / Tools / Verima / Base / exportToCSV.py
index 760114d587f9083f70f943ce7165e7d42ba521da..4560a2a6fa62ef15645f0ece82ec4e5481eafcf9 100755 (executable)
@@ -4,7 +4,6 @@ import sys,os
 from PyQt4 import QtGui,QtCore
 
 pathRacine=os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(__file__)),'..'))
-print pathRacine
 if os.path.dirname(pathRacine) not in sys.path :
    sys.path.insert(0,pathRacine)