]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/Test/TestRevolutionFuse.py
Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / FeaturesPlugin / Test / TestRevolutionFuse.py
index 807a4d4430d57cf14fcd23e360ce14cabbade237..863d2a6d0d11affe61e3a4ddd181770d67ac45ed 100644 (file)
@@ -173,5 +173,5 @@ assert (len(anRevolutionFuseFt.results()) > 0)
 aCurrentResult = modelAPI_ResultBody(anRevolutionFuseFt.firstResult())
 assert (aCurrentResult is not None)
 
-import model
+from salome.shaper import model
 assert(model.checkPythonDump())