Merge remote-tracking branch 'upstream/master' into PathArea

This commit is contained in:
Zheng, Lei
2017-02-01 02:48:45 +08:00
381 changed files with 27515 additions and 62874 deletions

View File

@@ -27,6 +27,7 @@
#endif
#include <Base/Console.h>
#include <Base/PyObjectBase.h>
#include <Base/Interpreter.h>
#include "Command.h"
@@ -49,7 +50,7 @@ extern PyObject* initModule();
}
/* Python entry */
PyMODINIT_FUNC initPath()
PyMOD_INIT_FUNC(Path)
{
// load dependent module
try {
@@ -90,4 +91,6 @@ PyMODINIT_FUNC initPath()
Path::FeatureAreaPython ::init();
Path::FeatureAreaView ::init();
Path::FeatureAreaViewPython ::init();
PyMOD_Return(pathModule);
}