namespace sunbeam -> opmcommon_python.

This commit is contained in:
Steinar Foss
2019-08-15 11:35:28 +02:00
parent c94ed2f643
commit 36338c8a71
15 changed files with 27 additions and 27 deletions

View File

@@ -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);