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