]> SALOME platform Git repositories - modules/eficas.git/commitdiff
Salome HOME
*** empty log message ***
authorPascale Noyret <pascale.noyret@edf.fr>
Tue, 8 Dec 2009 10:17:34 +0000 (10:17 +0000)
committerPascale Noyret <pascale.noyret@edf.fr>
Tue, 8 Dec 2009 10:17:34 +0000 (10:17 +0000)
Accas/__init__.py
InterfaceQT/editor.py
InterfaceQT/qtEficas.py
InterfaceTK/appli.py

index 324ed712c8d13c996c46e347ebae449a738441da..6746c1ed5db54ec28f45cce4e8efeaa36dcde0ef 100644 (file)
@@ -84,7 +84,7 @@ from A_VALIDATOR import OrVal,AndVal
 from A_VALIDATOR import OrdList,NoRepeat,LongStr,Compulsory
 from A_VALIDATOR import RangeVal, EnumVal, TypeVal, PairVal
 from A_VALIDATOR import CardVal, InstanceVal
-from A_VALIDATOR import VerifTypeTuple
+#from A_VALIDATOR import VerifTypeTuple
 
 # On remplace la factory des validateurs initialement dans Noyau par celle
 # de A_VALIDATOR
index 6346902abc2d0366d01aaaba6a29c3a9127731cd..f102684ec9efb7c29d6a24ac333152be8c6d2cfe 100644 (file)
@@ -18,7 +18,7 @@ import readercata
 import prefs
 import qtCommun
 
-VERSION_EFICAS  = "EFICAS v1.16"
+VERSION_EFICAS  = "EFICAS v1.17"
 
 
 # -------------------------- #
index cb670c6d1c2e1cb94fee4c0f2d5ed631d2e614cf..1dfc00d8dc89e1cd594cebb05eb3aea997fe2ba3 100644 (file)
@@ -130,7 +130,7 @@ class Appli(Eficas):
         titre = "version "
         monVisu=DVisu(parent=self.viewmanager,fl=Qt.WType_Dialog)
         monVisu.setCaption(titre)
-        monVisu.TB.setText("Eficas V1.16")
+        monVisu.TB.setText("Eficas V1.17")
         monVisu.adjustSize()
         monVisu.show()
 
index b4c6945e41211531c71eb2f1bc4d198afa0d1eeb..9a220ba5e5d9e4c29aa9a27b9dc3bebd1c0f1137 100644 (file)
@@ -57,7 +57,7 @@ import listePatronsTK
 REPTK=os.path.dirname(os.path.abspath(__file__))
 sys.path[:0]=[REPTK]
 
-VERSION="EFICAS v1.16"
+VERSION="EFICAS v1.17"
 
 class APPLI: 
   def __init__ (self,master,code=prefs.code,fichier=None,test=0,ihm="TK",salome=0) :