]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/Test/TestUnion.py
Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / FeaturesPlugin / Test / TestUnion.py
index eb4be902a064e7c82d03704e089b6d9414323f24..2b6f931ac779978cd7a84cc65bc5ed6cfdd43530 100644 (file)
@@ -74,5 +74,5 @@ assert (len(aUnionFeature.results()) > 0)
 anUnionResult = modelAPI_ResultCompSolid(modelAPI_ResultBody(aUnionFeature.firstResult()))
 assert (anUnionResult.numberOfSubs() == 0)
 
-import model
+from salome.shaper import model
 assert(model.checkPythonDump())