]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PythonAPI/Test/TestPythonAPI.py
Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / PythonAPI / Test / TestPythonAPI.py
index e1fe337126846bd2846efecc4d9f2a6f2d0f4841..a175ed27a64c4cd87ca39ad9be44e155227095d3 100644 (file)
@@ -1,6 +1,6 @@
 import unittest
-import model
-import geom
+from salome.shaper import model
+from salome.shaper import geom
 
 if __name__ == "__main__":
     unittest.main()