]> SALOME platform Git repositories - modules/eficas.git/commitdiff
Salome HOME
*** empty log message ***
authorPascale Noyret <pascale.noyret@edf.fr>
Thu, 25 Oct 2007 13:08:11 +0000 (13:08 +0000)
committerPascale Noyret <pascale.noyret@edf.fr>
Thu, 25 Oct 2007 13:08:11 +0000 (13:08 +0000)
InterfaceQT/editor.py
InterfaceQT/readercata.py
InterfaceTK/appli.py

index 30d6efe969815a191058a744420ede30e8c9143a..a1a079fa3769e92bcb82e51ceaf1d0f626f75693 100644 (file)
@@ -18,7 +18,7 @@ from InterfaceQT import readercata
 import prefs
 import qtCommun
 
-VERSION_EFICAS  = "EFICAS v1.12"
+VERSION_EFICAS  = "EFICAS v1.13"
 
 
 # -------------------------- #
index 174f637320475e7f8b53edd98ac6f4d8eae91a49..6f731a5cb10d1c8e01a7fbef3c61ff108154817d 100644 (file)
@@ -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]
index 8b4e4f7dca3f09e7dd79ec09e318780bae4986b3..33f70f2ffb5c8b21283f8fef2321bef49beda4bb 100644 (file)
@@ -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