Dump Python. Insert

This commit is contained in:
eap 2005-03-18 14:35:34 +00:00
parent eab535b5f3
commit b4ab5222d6

View File

@ -366,7 +366,7 @@ TCollection_AsciiString GEOM_Engine::DumpPython(int theDocID,
aScript = "import geompy\n\n";
aScript += "def RebuildData(theStudy):";
aScript += "\tgeompy.init_geom(theStudy)";
aScript += "\n\tgeompy.init_geom(theStudy)";
Handle(TDataStd_TreeNode) aNode, aRoot;
Handle(GEOM_Function) aFunction;