fix CID 154894

This commit is contained in:
wmayer 2016-12-18 11:37:39 +01:00
parent a68c204bb0
commit 4f7752419c

View File

@ -22,8 +22,8 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Python.h>
#ifndef _PreComp_
# include <Python.h>
#endif
#include <CXX/Extensions.hxx>
@ -260,7 +260,6 @@ private:
catch (const Base::Exception& e) {
throw Py::RuntimeError(e.what());
}
return Py::None();
}
};