def __init__(self,appli,repIni):\r
#-----------------------------------\r
\r
- configuration.CONFIG_BASE.__init__(self,appli,repIni,'.Eficas_Openturns')\r
+ configuration.CONFIG_BASE.__init__(self,appli,repIni,'.Eficas_Carmel3D')\r
self.INSTALLDIR =os.path.dirname(__file__)\r
self.REPINI =os.path.dirname(__file__)\r
\r
- self.labels_user=['exec_acrobat', 'catalogues','savedir','path_doc','OpenTURNS_path']\r
+ self.labels_user=['exec_acrobat', 'catalogues','savedir','path_doc',]\r
self.labels_eficas=["rep_user","INSTALLDIR","path_doc","exec_acrobat"]\r
self.labels_eficas=self.labels_eficas+["rep_cata","initialdir","savedir","catalogues"]\r
self.cataFile="editeur.ini"\r
def lecture_fichier_ini_standard(self):\r
#---------------------------------------\r
configuration.CONFIG_BASE.lecture_fichier_ini_standard(self)\r
- if hasattr(self,'OpenTURNS_path') :\r
- self.oldOTPath=self.OpenTURNS_path\r
\r
#---------------------------------------\r
def lecture_fichier_ini_utilisateur(self):\r