Salome HOME
cosmétique
[modules/smesh.git] / src / Tools / blocFissure / gmu / compoundFromList.py
index 35c5fe25a08ec46769c1aa4743bb7223681be716..bca83796601c7684430fc6173f56364ff78c9f19 100644 (file)
@@ -25,12 +25,11 @@ from .geomsmesh import geomPublishInFather
 from . import initLog
 
 def compoundFromList(elements, nom=None):
-  """
-  
-  """
+  """compoundFromList"""
+
   logging.debug('start')
   
-  shapeList = []
+  shapeList = list()
   for a in elements:
     if not isinstance(a, list):
       shapeList.append(a)