X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FTools%2FVerima%2FBase%2FexportToCSV.py;h=4560a2a6fa62ef15645f0ece82ec4e5481eafcf9;hp=760114d587f9083f70f943ce7165e7d42ba521da;hb=b1dc148ec5d80d275b75a73d5a2e6206df5b803e;hpb=19ca9f1ce58d0ac210eb93fde971398838fef563;ds=sidebyside diff --git a/src/Tools/Verima/Base/exportToCSV.py b/src/Tools/Verima/Base/exportToCSV.py index 760114d58..4560a2a6f 100755 --- a/src/Tools/Verima/Base/exportToCSV.py +++ b/src/Tools/Verima/Base/exportToCSV.py @@ -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)