Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / ModelAPI / Test / TestDocument.py
index 7ff8a94505c6816b7c53ba99f7d49a111607695d..90bcf24cf7aa67670e4c34d8f9863792288db8b1 100644 (file)
@@ -89,5 +89,5 @@ aSession.finishOperation()
 assert(aSession.moduleDocument().size("Parts") == 0)
 assert(aSession.activeDocument())
 
-import model
+from salome.shaper import model
 assert(model.checkPythonDump())