From 5dc852982a0f8e0331929a2d6e80166719101466 Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Thu, 25 Oct 2007 13:08:11 +0000 Subject: [PATCH] *** empty log message *** --- InterfaceQT/editor.py | 2 +- InterfaceQT/readercata.py | 4 ++-- InterfaceTK/appli.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/InterfaceQT/editor.py b/InterfaceQT/editor.py index 30d6efe9..a1a079fa 100644 --- a/InterfaceQT/editor.py +++ b/InterfaceQT/editor.py @@ -18,7 +18,7 @@ from InterfaceQT import readercata import prefs import qtCommun -VERSION_EFICAS = "EFICAS v1.12" +VERSION_EFICAS = "EFICAS v1.13" # -------------------------- # diff --git a/InterfaceQT/readercata.py b/InterfaceQT/readercata.py index 174f6373..6f731a5c 100644 --- a/InterfaceQT/readercata.py +++ b/InterfaceQT/readercata.py @@ -289,7 +289,7 @@ class READERCATA: liste_choix = self.dico_catalogues.keys() liste_choix.sort() - lab=QString("Eficas V1.12 pour ASTER avec le catalogue ") + lab=QString("Eficas V1.13 pour ASTER avec le catalogue ") # teste si plusieurs catalogues ou non if len(liste_choix) == 0: @@ -301,7 +301,7 @@ class READERCATA: widgetChoix=MonChoixCata(liste_choix,self, self.parent, "", True ) ret=widgetChoix.exec_loop() - lab=QString("Eficas V1.12 pour ASTER avec le catalogue ") + lab=QString("Eficas V1.13 pour ASTER avec le catalogue ") if ret == QDialog.Accepted: self.version_cata=str(self.version_cata) self.fic_cata = self.dico_catalogues[self.version_cata][2] diff --git a/InterfaceTK/appli.py b/InterfaceTK/appli.py index 8b4e4f7d..33f70f2f 100644 --- a/InterfaceTK/appli.py +++ b/InterfaceTK/appli.py @@ -50,11 +50,12 @@ from Misc import MakeNomComplet from Editeur import session import listeFichiers +import listePatronsTK REPTK=os.path.dirname(os.path.abspath(__file__)) sys.path[:0]=[REPTK] -VERSION="EFICAS v1.12" +VERSION="EFICAS v1.13" class APPLI: def __init__ (self,master,code=prefs.code,fichier=None,test=0,ihm="TK") : @@ -103,7 +104,6 @@ class APPLI: # Creation des autres composants graphiques dont le bureau (parametrable par prefs.py) self.load_appli_composants() self.listeFichiers=listeFichiers.listeFichiers(self) - from InterfaceTK import listePatronsTK self.listePatrons=listePatronsTK.listePatronsTK(self) self.dir=None -- 2.39.2