Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / PythonAPI / Test / TestPrimitivesBox.py
index 692a1c5027b217ead607a8113df023f79aa1c004..ba53513b5ac36957869024addf72836db43d0e2e 100644 (file)
@@ -2,7 +2,7 @@ import unittest
 
 import ModelAPI
 
-import model
+from salome.shaper import model
 
 class PrimitivesAddBox(unittest.TestCase):