Fix rebase error
This commit is contained in:
parent
3b27def228
commit
90debce159
|
@ -82,11 +82,7 @@ public:
|
|||
add_varargs_method("export",&Module::exporter,
|
||||
"export(list,string) -- Export a list of objects into a single file."
|
||||
);
|
||||
initialize("This module is the Import module."); // register with Python
|
||||
|
||||
if(TargetObjectPy)
|
||||
target = static_cast<App::DocumentObjectPy*>(TargetObjectPy)->getDocumentObjectPtr();
|
||||
|
||||
initialize("This module is the Import module."); // register with Python
|
||||
}
|
||||
|
||||
virtual ~Module() {}
|
||||
|
|
Loading…
Reference in New Issue
Block a user