Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / ExchangeAPI / Test / TestExchange.py
index d628d4f015d628203888fd68336cfece40ca2ecd..df49a15ded697f959f07e0dea16a3769380dfb78 100644 (file)
@@ -2,7 +2,7 @@ import unittest
 
 import ModelAPI
 import ExchangeAPI
-import model
+from salome.shaper import model
 
 class ExchangeTestCase(unittest.TestCase):