From d274b41d8f6f221e0abeb4560e8ac99f3a760106 Mon Sep 17 00:00:00 2001 From: YAUDOUIN Date: Fri, 15 Nov 2019 13:16:13 +0100 Subject: [PATCH] Corrections pour Telemac Python3 --- Telemac/prefs_TELEMAC.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Telemac/prefs_TELEMAC.py b/Telemac/prefs_TELEMAC.py index 32e7617b..59d2f5a7 100644 --- a/Telemac/prefs_TELEMAC.py +++ b/Telemac/prefs_TELEMAC.py @@ -38,10 +38,10 @@ encoding = 'iso-8859-1' docPath = repIni try: - import TelApy + import telapy rep_cata = os.path.join(os.environ['HOMETEL'], 'scripts', - 'python27', + 'python3', 'eficas') except ImportError as excp: print('Using eficas local catalog') -- 2.39.2