From 5e7654b79468976a9216819d71b35eb663020408 Mon Sep 17 00:00:00 2001 From: jriegel Date: Wed, 21 Dec 2011 14:21:39 +0100 Subject: [PATCH] starting implementing assembly --- src/Mod/Assembly/App/AppAssembly.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Assembly/App/AppAssembly.cpp b/src/Mod/Assembly/App/AppAssembly.cpp index 724a1e17e6..5291e56727 100644 --- a/src/Mod/Assembly/App/AppAssembly.cpp +++ b/src/Mod/Assembly/App/AppAssembly.cpp @@ -44,7 +44,7 @@ void AppAssemblyExport initAssembly() // load dependend module try { Base::Interpreter().loadModule("Part"); - //Base::Interpreter().loadModule("Mesh"); + Base::Interpreter().loadModule("PartDesign"); } catch(const Base::Exception& e) { PyErr_SetString(PyExc_ImportError, e.what());