]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/Test/TestIntersection.py
Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / FeaturesPlugin / Test / TestIntersection.py
index 2915cff8671449c280dc9e2de5216386a0b561e6..d1c0043a6ac44343e24bb4648b808fd6467c8007 100644 (file)
@@ -147,5 +147,5 @@ assert (len(anIntersectionFt.results()) > 0)
 anItersectionResult = modelAPI_ResultBody(anIntersectionFt.firstResult())
 assert (anItersectionResult is not None)
 
-import model
+from salome.shaper import model
 assert(model.checkPythonDump())