From 2129af95a28a770ba517ccbb92c1cd03403260e3 Mon Sep 17 00:00:00 2001 From: Renaud Barate Date: Fri, 23 Sep 2011 14:10:26 +0000 Subject: [PATCH] Fix OpenTURNS Wrapper prefs file --- Openturns_Wrapper/prefs_OPENTURNS_WRAPPER.py | 8 ++++---- Openturns_Wrapper/prefs_OPENTURNS_WRAPPER.py.in | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Openturns_Wrapper/prefs_OPENTURNS_WRAPPER.py b/Openturns_Wrapper/prefs_OPENTURNS_WRAPPER.py index d61cbbbf..7f544647 100644 --- a/Openturns_Wrapper/prefs_OPENTURNS_WRAPPER.py +++ b/Openturns_Wrapper/prefs_OPENTURNS_WRAPPER.py @@ -23,14 +23,14 @@ import os, sys # Les variables pouvant positionnees sont : print "import des prefs de OPENTURNS" -# REPINI sert à localiser le fichier +# repIni sert à localiser le fichier # initialdir sert comme directory initial des QFileDialog # positionnee a repin au debut mise a jour dans configuration -REPINI=os.path.dirname(os.path.abspath(__file__)) -initialdir=REPINI +repIni=os.path.dirname(os.path.abspath(__file__)) +initialdir=repIni # INSTALLDIR sert à localiser l'installation d'Eficas -INSTALLDIR=os.path.join(REPINI,'..') +INSTALLDIR=os.path.join(repIni,'..') # Codage des strings qui accepte les accents (en remplacement de 'ascii') diff --git a/Openturns_Wrapper/prefs_OPENTURNS_WRAPPER.py.in b/Openturns_Wrapper/prefs_OPENTURNS_WRAPPER.py.in index 3f079d41..d927f9e4 100644 --- a/Openturns_Wrapper/prefs_OPENTURNS_WRAPPER.py.in +++ b/Openturns_Wrapper/prefs_OPENTURNS_WRAPPER.py.in @@ -23,14 +23,14 @@ import os, sys # Les variables pouvant positionnees sont : print "import des prefs de OPENTURNS" -# REPINI sert à localiser le fichier +# repIni sert à localiser le fichier # initialdir sert comme directory initial des QFileDialog # positionnee a repin au debut mise a jour dans configuration -REPINI=os.path.dirname(os.path.abspath(__file__)) -initialdir=REPINI +repIni=os.path.dirname(os.path.abspath(__file__)) +initialdir=repIni # INSTALLDIR sert à localiser l'installation d'Eficas -INSTALLDIR=os.path.join(REPINI,'..') +INSTALLDIR=os.path.join(repIni,'..') # Codage des strings qui accepte les accents (en remplacement de 'ascii') -- 2.39.2