From 517f1b1c81a516f38036f3e6e04d66c90670612c Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Thu, 27 Aug 2009 16:56:22 +0000 Subject: [PATCH] *** empty log message *** --- InterfaceQT4/monPixmap.py | 4 +--- convert/parseur_python.py | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/InterfaceQT4/monPixmap.py b/InterfaceQT4/monPixmap.py index 61168964..d71e8996 100644 --- a/InterfaceQT4/monPixmap.py +++ b/InterfaceQT4/monPixmap.py @@ -32,9 +32,7 @@ from PyQt4.QtCore import * class MonLabelPixmap(Ui_LabelPixmap,QtGui.QDialog): """ - Classe définissant le panel associé aux mots-clés qui demandent - à l'utilisateur de choisir une seule valeur parmi une liste de valeurs - discrètes + classe servant a afficher le PDF d une loi pour Openturns """ def __init__(self, QWparent , fichier, name): QtGui.QDialog.__init__(self,QWparent) diff --git a/convert/parseur_python.py b/convert/parseur_python.py index adc6fcc4..0be93f2f 100644 --- a/convert/parseur_python.py +++ b/convert/parseur_python.py @@ -613,7 +613,8 @@ class PARSEUR_PYTHON: dict_reel_concept=construit_genea(epure2,self.appli.liste_simp_reel) else: dict_reel_concept={} - if nomConpet='sansnom' : nomConcept='' + if nomConcept == "sansnom" : + nomConcept = "" if nomConcept !=None : if len(dict_reel_concept) != 0: self.appli.dict_reels[nomConcept]=dict_reel_concept -- 2.39.2