error in last commit

This commit is contained in:
Campbell Barton
2009-04-29 23:59:59 +00:00
parent 6a155b5c07
commit a625f5e476
2 changed files with 2 additions and 2 deletions

View File

@@ -682,7 +682,7 @@ extern "C" {
m = PyImport_ImportModule( "Expression" );
if(m) {
Py_DECREF(m);
return m;
//return m;
}
else {
PyErr_Clear();