Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / ExchangePlugin / ExchangePlugin_Dump.cpp
index 168e9dc197756f19592aab502c1ae363d94d6b2d..e81c896aa45666d79de087f4343692445b3d5c36 100644 (file)
@@ -43,7 +43,7 @@ void ExchangePlugin_Dump::execute()
 void ExchangePlugin_Dump::dump(const std::string& theFileName)
 {
   // load DumpAssistant from Python side
-  Config_ModuleReader::loadScript("model.dump");
+  Config_ModuleReader::loadScript("salome.shaper.model.dump");
 
   ModelHighAPI_Dumper* aDumper = ModelHighAPI_Dumper::getInstance();
   aDumper->clear();