Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / ConstructionPlugin / Test / TestPoint.py
index 2614281bc439e91f9cb105d18b8e506cfc837fd8..c33cba37c25f792e2e688d38c529e5fd3a1399e9 100644 (file)
@@ -4,7 +4,7 @@ Test case for Construction Point feature. Written on High API.
 from ModelAPI import *
 from GeomAPI import *
 
-import model
+from salome.shaper import model
 
 # Get session
 aSession = ModelAPI_Session.get()