Salome HOME
Merge 'oscar/porting_to_V9' branch.
[modules/gui.git] / tools / CurvePlot / src / python / model / CurveModel.py
index ce39144a0a904a04a4b5d77d284be530ce2093a7..73b2bdf5ae4f8df63f4a8f2f4fde9ae71274976d 100644 (file)
@@ -17,8 +17,8 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-from Model import Model
-from utils import toUnicodeWithWarning
+from .Model import Model
+from .utils import toUnicodeWithWarning
 
 class CurveModel(Model):  
   def __init__(self, controller, table=None, index=-1):