]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
CCAR: test sur instances nouvelle mode (isinstance(objet,object)) Liv-V1_12 origin/Liv-V1_12
authorChristian Caremoli <>
Mon, 27 Aug 2007 15:52:19 +0000 (15:52 +0000)
committerChristian Caremoli <>
Mon, 27 Aug 2007 15:52:19 +0000 (15:52 +0000)
Editeur/widgets.py

index 83c51ffc87e9df391611f985b15bb2c30c45c9f8..11551db6761aa161ff7370359c26d3ec1a98288e 100644 (file)
@@ -801,7 +801,8 @@ class ListeChoix :
         self.nBlabel = 0
         self.dico_place={}
         for objet in self.liste :
-          if type(objet) == types.InstanceType:
+          if type(objet) == types.InstanceType or isinstance(objet,object):
+             #instance ancienne mode ou nouvelle mode
               try:
                   mot = objet.nom
               except: