X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FTest%2FTestRotation.py;h=3b50fa66ce21d6cfada205a0d30a3af7c6085a7d;hb=ee6034427d4adc3b83cad729e641537382576ab4;hp=9cd1479c529c41cdf69117c0404122d11963e085;hpb=69793dfec9e9be157b68657b453aed9e53c24ce7;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/Test/TestRotation.py b/src/FeaturesPlugin/Test/TestRotation.py index 9cd1479c5..3b50fa66c 100644 --- a/src/FeaturesPlugin/Test/TestRotation.py +++ b/src/FeaturesPlugin/Test/TestRotation.py @@ -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())