]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/BuildPlugin/Test/TestFace.py
Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / BuildPlugin / Test / TestFace.py
index 9f4b9e8281aec7ccc952247a9152e581dc3cefad..e4f6bd58ad635f678ec4d9c0319d7b58c10ca622 100644 (file)
@@ -63,5 +63,5 @@ aSession.finishOperation()
 # Test results
 assert (len(aFaceFeature.results()) > 0)
 
-import model
+from salome.shaper import model
 assert(model.checkPythonDump())