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:
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]
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") :
# 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