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