]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ConstructionPlugin/Test/TestPointName.py
Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / ConstructionPlugin / Test / TestPointName.py
index 9d17c2294d5427a10122ef646de6a2144a3f1243..a46f46ee7c852c6eb24f667392835fd892b7239e 100644 (file)
@@ -21,5 +21,5 @@ aFeature1Name = aFeature1.data().name()
 
 assert (aFeatureName == aFeature1Name)
 
-import model
+from salome.shaper import model
 assert(model.checkPythonDump())