Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / PythonAddons / macros / box / feature.py
index 18f4b24f6223444fa28cb66f78c4772ed64c7296..8c580cdc8b9c3e1d660103382eee6e30ced1aa48 100644 (file)
@@ -3,8 +3,8 @@ Authors: Renaud Nedelec - Daniel Brunier-Coulin
 Copyright (C) 2014-20xx CEA/DEN, EDF R&D
 """
 
-import model
-import geom
+from salome.shaper import model
+from salome.shaper import geom
 
 
 class BoxFeature(model.Feature):