]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PrimitivesPlugin/Test/TestBox.py
Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / PrimitivesPlugin / Test / TestBox.py
index 3caff58e0e246b57672e08aaa38bd5e52d17d2dc..08b2d9f273080af26876cc6cf81a27d581529724 100644 (file)
@@ -5,7 +5,7 @@ Written on High API.
 from ModelAPI import *
 from GeomAPI import *
 
-import model
+from salome.shaper import model
 
 # Get session
 aSession = ModelAPI_Session.get()