namespace sunbeam -> opmcommon_python.
This commit is contained in:
@@ -46,7 +46,7 @@ namespace {
|
||||
}
|
||||
}
|
||||
|
||||
void sunbeam::export_Parser(py::module& module) {
|
||||
void opmcommon_python::export_Parser(py::module& module) {
|
||||
|
||||
module.def( "parse", parse_file );
|
||||
module.def( "parse_string", parse_string);
|
||||
|
||||
Reference in New Issue
Block a user