Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / ModelAPI / Test / TestUndoRedo.py
index db93001c300bb10faea43ccd67bf01ddff7d658f..d4748a02d82c7fc82e8612dab5d89cb29f400edd 100644 (file)
@@ -33,5 +33,5 @@ assert(aDoc.size("Construction") == 8)
 assert(aSession.canUndo())
 assert(not aSession.canRedo())
 
-import model
+from salome.shaper import model
 assert(model.checkPythonDump())