Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / FeaturesPlugin / Test / TestPartition.py
index dbc14ed948dbd49706de3997e97ee3d9f6f9cf84..127209b2afe39d574d799c26a68d4f8a92cade80 100644 (file)
@@ -130,5 +130,5 @@ assert (len(aPartitionFt.results()) > 0)
 aPartitionResult = modelAPI_ResultBody(aPartitionFt.firstResult())
 assert (aPartitionResult is not None)
 
-import model
+from salome.shaper import model
 assert(model.checkPythonDump())