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