Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / PythonAPI / Test / TestSketcher.py
index d41f7ddcf309dcfa4e1c48e9c628bd15bb11a959..443912b7f60b8ba81130800da4acf4c172c3f85d 100644 (file)
@@ -1,5 +1,5 @@
 import unittest
-import model
+from salome.shaper import model
 
 # Delta value for almost equal comparisons
 DELTA = 1e-10