]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PythonAPI/Test/TestSketcherAddLine.py
Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / PythonAPI / Test / TestSketcherAddLine.py
index 25f53b3383d0388e596ed1e9b3a79af000d5021d..718dcdd7791e153e49fcdb3715a79dfa5808377c 100644 (file)
@@ -1,5 +1,5 @@
 import unittest
-import model
+from salome.shaper import model
 from TestSketcher import SketcherTestCase
 
 class SketcherAddLine(SketcherTestCase):