From: dcq Date: Fri, 16 Apr 2004 12:54:43 +0000 (+0000) Subject: DCQ : Debug script X-Git-Tag: Ecole_Ete_a2~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a8fbf7298a153a1345e066d17ac9831685013b0e;p=modules%2Fgeom.git DCQ : Debug script --- diff --git a/src/GEOM_SWIG/geompy.py b/src/GEOM_SWIG/geompy.py index 39d97e939..dada6eae5 100644 --- a/src/GEOM_SWIG/geompy.py +++ b/src/GEOM_SWIG/geompy.py @@ -180,7 +180,7 @@ def MakeCircle(p1,d1,radius): def MakeEllipse(p1,d1,radiusMaj,radiusMin): anObj = geom.MakeEllipse(p1,d1,radiusMaj, radiusMin) - ior = orb.object_to_string(anObj) + ior = salome.orb.object_to_string(anObj) anObj._set_Name(ior) return anObj