Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / ConstructionAPI / Test / TestAxis.py
index ddce019986744cce1816df5fe1cf39d3bb893bcf..94a09317196c6da27c86f434be24a6f39c4c33f6 100644 (file)
@@ -2,7 +2,7 @@ import unittest
 
 import ModelAPI
 import ConstructionAPI
-import model
+from salome.shaper import model
 
 class AxisTestCase(unittest.TestCase):