Removed myStudy in method RestoreGivenSubShapesO

This commit is contained in:
imn 2016-11-16 18:08:51 +03:00
parent 0d89220a17
commit 0b3cee2341

View File

@ -1062,7 +1062,7 @@ class geomBuilder(object, GEOM._objref_GEOM_Gen):
list of published sub-shapes
"""
# Example: see GEOM_TestAll.py
return self.RestoreGivenSubShapesO(self.myStudy, theObject, theArgs,
return self.RestoreGivenSubShapesO(theObject, theArgs,
theFindMethod, theInheritFirstArg, theAddPrefix)
# end of l3_restore_ss