Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / FeaturesPlugin / Test / TestTranslation.py
index 59208b43c8b982a1bc33ea77201cc9968b4ca658..f6d95033d504cd45abab887b0d4fbce565d2572a 100644 (file)
@@ -133,5 +133,5 @@ assert (len(aMoveFt.results()) > 0)
 aMoveResult = modelAPI_ResultBody(aMoveFt.firstResult())
 assert (aMoveResult is not None)
 
-import model
+from salome.shaper import model
 assert(model.checkPythonDump())