Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / PythonAPI / Test / TestSketcherAddArc.py
index 551c4a880ce386b5a5799b90a094c68c275796d2..11e74e46d8bcf60798472086b0576e484a6d7d12 100644 (file)
@@ -1,7 +1,7 @@
 import unittest
 
-import model
-import geom
+from salome.shaper import model
+from salome.shaper import geom
 
 from TestSketcher import SketcherTestCase