Salome HOME
Modifications liees a MT
[tools/eficas.git] / InterfaceQT4 / gereListe.py
index ff4577d66277f1e113b4bdcd829fd85874c04690..f3c2c6cb620caa80a6204903100f605c9a381051 100644 (file)
@@ -30,8 +30,6 @@ import types,os
 import traceback
 
 
-import six
-from six.moves import range
 from PyQt5.QtWidgets import QLineEdit, QLabel, QFileDialog
 from PyQt5.QtCore    import QEvent, Qt, QTimer
 from PyQt5.QtGui     import QIcon, QPalette
@@ -296,7 +294,7 @@ class GereListe(object):
        fn=fn[0]
        if fn == None : return
        if fn == "" : return
-       ulfile = os.path.abspath(six.text_type(fn))
+       ulfile = os.path.abspath(fn)
        self.editor.maConfiguration.savedir=os.path.split(ulfile)[0]
 
        from .monSelectVal import MonSelectVal