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