Salome HOME
reindent + copyright + merge manuel avec la V9_dev sauf repertoires metier
[tools/eficas.git] / CatasDeTests / cataListes.py
index e16fe0d9b11807935a387cb31c3d93ddadf33811..cf9b19bf7c229f2167c54503ff5986b294c5fc79 100644 (file)
@@ -30,7 +30,7 @@ VERSION_CATALOGUE='V_0'
 # tout est Facultatif car sinon, on ne peut pas supprimer et c 'est ce qu on veut tester
 
 
-DefinitionListe = PROC( nom='DefinitionListe', 
+DefinitionListe = PROC( nom='DefinitionListe',
         listeTexte = SIMP( statut='f', typ = 'TXM',max='**'),
         listeIntInto = SIMP( statut='f', typ = 'I',homo="SansOrdreNiDoublon",max='**', into=(1,2,3,4)),
         listeIntIntoOrdre = SIMP( statut='f', typ = 'I',max='**', into=(1,2,3,4)),