Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / SketchPlugin / Test / TestSketchPointLine.py
index f7880bf34108b227bbb1e2769fbe0956093f822e..0d3df2d144fe609d27155688dd93cdbba7b70482 100644 (file)
@@ -95,5 +95,5 @@ aShape = aResultConstruction.shape()
 assert (aShape is not None)
 assert (not aShape.isNull())
 
-import model
+from salome.shaper import model
 assert(model.checkPythonDump())