Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / PythonAddons / Test / TestRectangle.py
index 0efe470f613d034ed442f9e5254ff5525da96624..bfe45017bfebfb0201e262b122713a78cbcc3318 100644 (file)
@@ -1,5 +1,5 @@
-import model
-import geom
+from salome.shaper import model
+from salome.shaper import geom
 
 model.begin()
 partSet = model.moduleDocument()