]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/BuildPlugin/Test/TestEdge.py
Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / BuildPlugin / Test / TestEdge.py
index 648aa57d8208189781516ad99aaab76aa62eb8f6..527358d3e7567385ac8ff78d875acacc6aca4811 100644 (file)
@@ -55,5 +55,5 @@ aSession.finishOperation()
 # Test results
 assert (len(anEdgeFeature.results()) == aNumOfLines)
 
-import model
+from salome.shaper import model
 assert(model.checkPythonDump())