diff --git a/Code/Mantid/Framework/PythonInterface/mantid/kernel/src/Exports/IPropertyManager.cpp b/Code/Mantid/Framework/PythonInterface/mantid/kernel/src/Exports/IPropertyManager.cpp index 6bb20260282e8d08cbf93163885b06dc79c48075..ff9cabf7ccc97b0c61d0ecffbfe85ee08e05b932 100644 --- a/Code/Mantid/Framework/PythonInterface/mantid/kernel/src/Exports/IPropertyManager.cpp +++ b/Code/Mantid/Framework/PythonInterface/mantid/kernel/src/Exports/IPropertyManager.cpp @@ -57,6 +57,7 @@ void export_IPropertyManager() .def("setPropertyValue", &IPropertyManager::setPropertyValue, "Set the value of the named property via a string") .def("setProperty", &setProperty, "Set the value of the named property") + .def("setPropertyGroup", &IPropertyManager::setPropertyGroup, "Set the group for a given property") .def("existsProperty", &IPropertyManager::existsProperty, "Returns whether a property exists") // Special methods so that IPropertyManager acts like a dictionary