Fix rebase error

This commit is contained in:
Stefan Tröger
2016-04-12 18:12:23 +02:00
parent 3b27def228
commit 90debce159
+1 -5
View File
@@ -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() {}