Placed the Python cxx wrapping in namespace python::common
This commit is contained in:
@@ -12,7 +12,7 @@ namespace {
|
||||
|
||||
}
|
||||
|
||||
void opmcommon_python::export_ParseContext(py::module& module) {
|
||||
void python::common::export_ParseContext(py::module& module) {
|
||||
|
||||
py::class_< ParseContext >(module, "ParseContext" )
|
||||
.def(py::init<>())
|
||||
|
||||
Reference in New Issue
Block a user