Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / ModelHighAPI / Test / TestReference.py
index 136894e25dc238cdb124a56ec30301716709d20f..9abee983850fcb6ddb17e3cdb6acaeb44427b4f0 100644 (file)
@@ -2,7 +2,7 @@ import unittest
 
 import ModelAPI
 import ModelHighAPI
-import model
+from salome.shaper import model
 
 class FeaturesFixture(unittest.TestCase):