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