Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / ConstructionPlugin / Test / TestPlane.py
index 6669c2d1b3cdc60041db827c7d5a46ab457dcea7..87839997ed4f77d0b168dcd84976efe7361b3723 100644 (file)
@@ -4,7 +4,7 @@ Test case for Construction Plane feature. Written on High API.
 from ModelAPI import *
 from GeomAPI import *
 
-import model
+from salome.shaper import model
 
 # Get session
 aSession = ModelAPI_Session.get()
@@ -83,5 +83,4 @@ aPlane = model.addPlane(aDocument, aCoincidentPlane.result(), aPlane.result())
 aSession.finishOperation()
 assert (len(aPlane.results()) > 0)
 
-import model
 assert(model.checkPythonDump())