Salome HOME
Merge 'oscar/porting_to_V9' branch.
[modules/gui.git] / tools / CurvePlot / src / python / model / TableModel.py
index 4f9f48cd526b3ed346a4681f2ee61195cdd4376e..8b371b35238db826a95e8e2c25e5d359476f5d9d 100644 (file)
@@ -18,8 +18,8 @@
 #
 
 import numpy as np
-from Model import Model
-from utils import toUnicodeWithWarning, Logger
+from .Model import Model
+from .utils import toUnicodeWithWarning, Logger
 
 class TableModel(Model):
   def __init__(self, controller):