From 303f9db4de9b628fdfe34506f7752a30a56ef62b Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Fri, 4 May 2012 13:37:26 +0000 Subject: [PATCH] =?utf8?q?Pour=20les=20nouvelles=20m=C3=A9thodes=20d=20imp?= =?utf8?q?ort=20des=20catalogues?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Sep/CMakeLists.txt | 2 +- Sep/prefs_SEP.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sep/CMakeLists.txt b/Sep/CMakeLists.txt index f4e41643..c996b408 100644 --- a/Sep/CMakeLists.txt +++ b/Sep/CMakeLists.txt @@ -21,7 +21,7 @@ install ( FILES - qtEficas_SEP.py SEP_Cata_V1_4.py configuration_SEP.py .ini prefs.py + qtEficas_SEP.py SEP_Cata_V1_4.py configuration_SEP.py prefs.py __init__.py prefs_SEP.py DESTINATION ${CMAKE_INSTALL_PREFIX}/Sep ) diff --git a/Sep/prefs_SEP.py b/Sep/prefs_SEP.py index 374d0e86..834180fd 100644 --- a/Sep/prefs_SEP.py +++ b/Sep/prefs_SEP.py @@ -32,6 +32,6 @@ lang='fr' encoding='iso-8859-1' catalogues = ( - ('Sous_epaisseur','v1.0',os.path.join(repIni,'SEP_Cata_V1_4'),'python'), + ('Sous_epaisseur','v1.0',os.path.join(repIni,'SEP_Cata_V1_4.py'),'python'), ) -- 2.39.2