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