Salome HOME
optim eciture
[tools/eficas.git] / InterfaceQT4 / ssIhm.py
index aa532c62f62f20d371ff5a4f97caa3c20d74416f..350cfb73e8557f312eeab0297b3f4091d346fdf7 100644 (file)
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 #    permet de lancer  EFICAS en n affichant rien
+try :
+   from builtins import object
+except : pass
 
-class appliEficasSSIhm:
+class appliEficasSSIhm(object):
    def __init__ (self,code):
        self.VERSION_EFICAS="Sans Ihm"
        self.code=code
@@ -47,7 +50,7 @@ class appliEficasSSIhm:
        configuration=__import__(nameConf)
        self.CONFIGURATION = configuration.make_config(self,prefsCode.repIni)
         
-class QWParentSSIhm:
+class QWParentSSIhm(object):
    def __init__(self,code,appliEficas,version_code,ssCode=None):
         self.ihm="QT"
         self.code=code