]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
configBase pour Telemac
authoresy <emmanuel.streby@opencascade.com>
Thu, 22 Nov 2018 14:41:16 +0000 (15:41 +0100)
committeresy <emmanuel.streby@opencascade.com>
Thu, 22 Nov 2018 14:41:16 +0000 (15:41 +0100)
Telemac/configuration_TELEMAC.py

index 1327ed03ccf336a29d4db154e34189b4e7cfcee6..4d130a7ac713f6cb5c1e0e6eef4353aa21b6e39a 100644 (file)
@@ -26,7 +26,7 @@ from InterfaceQT4 import configuration
 import os\r
 \r
 \r
-class CONFIG(configuration.CONFIG_BASE):\r
+class CONFIG(configuration.configBase):\r
 \r
   #-----------------------------------\r
   def __init__(self,appli,repIni):\r
@@ -35,7 +35,7 @@ class CONFIG(configuration.CONFIG_BASE):
       self.labels_user=['catalogues','lang','force_langue']\r
       self.labels_eficas=['lang','rep_cata','catalogues']\r
 \r
-      configuration.CONFIG_BASE.__init__(self,appli,'.Eficas_monCode')\r
+      configuration.configBase.__init__(self,appli,'.Eficas_monCode')\r
 \r
 \r
 def make_config(appli,rep):\r