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