rep_mat_v10=os.path.join(rep_cata,'cataSTA10','materiau')
#
catalogues=(
-#('ASTER','v9.6',os.path.join(rep_cata,'cataSTA9'),'python'),
+('ASTER','v9.6',os.path.join(rep_cata,'cataSTA9'),'python'),
('ASTER','v10.0',os.path.join(rep_cata,'cataSTA10'),'python','defaut'),
)
def traite_clefs_documentaires(self):
try:
self.fic_cata_clef=os.path.splitext(self.fic_cata_c)[0]+'_clefs_docu'
- print self.fic_cata_clef
f=open(self.fic_cata_clef)
except:
- #print "Pas de fichier associé contenant des clefs documentaires"
+ #print "Pas de fichier associe contenant des clefs documentaires"
return
dict_clef_docu={}