Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / PythonAPI / Test / TestSketcherAddPoint.py
index 8adf1574d2b9920470ca8bd980830b03e9070043..0a8086848627141f01e26e10a3bd3260da4b7ead 100644 (file)
@@ -1,5 +1,5 @@
 import unittest
-import model
+from salome.shaper import model
 from TestSketcher import SketcherTestCase
 
 class SketcherAddPoint(SketcherTestCase):