Placed the Python cxx wrapping in namespace python::common
This commit is contained in:
@@ -14,7 +14,7 @@ namespace {
|
||||
}
|
||||
}
|
||||
|
||||
void opmcommon_python::export_Group(py::module& module) {
|
||||
void python::common::export_Group(py::module& module) {
|
||||
|
||||
py::class_< Group2 >( module, "Group")
|
||||
.def_property_readonly( "name", &Group2::name)
|
||||
|
||||
Reference in New Issue
Block a user