maListeRetour=[]
aReduire={}
- declencheChoiceAvecSeqVid=True
if [] in laListe :
- # Comment reperer qu on est en bout
- # 28 avril PN : j ajoute un choix vide si apres dans la liste
- # il reste au moins 2 elts. Est-ce bien vrai ?
+ declencheChoiceAvecSeqVid=True
while [] in laListe : laListe.remove([])
- if len(laListe) > 1 : declencheChoiceAvecSeqVid=False
+ #min=0
+ else :
+ declencheChoiceAvecSeqVid=False
+ #min=1
if declencheChoiceAvecSeqVid == False :
creeChoice=False
creeSequence=True
- if aReduire[ligne[0]] == [[]]: creeSequence=False
- if creeSequence : self.texteComplexe += '\t'*(indent) + debSequenceDsBloc; indent=indent+1
+ self.texteComplexe += '\t'*(indent) + debSequenceDsBloc; indent=indent+1
else :
creeChoice=True
creeSequence=False