controls/DebugVariablePanel/DebugVariablePanel.py
changeset 1853 47a3f39bead0
parent 1850 614396cbffbf
child 1859 1df77c809257
--- a/controls/DebugVariablePanel/DebugVariablePanel.py	Mon Oct 09 16:04:39 2017 +0300
+++ b/controls/DebugVariablePanel/DebugVariablePanel.py	Mon Oct 09 18:13:26 2017 +0300
@@ -22,6 +22,8 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
+
+from __future__ import absolute_import
 from types import TupleType
 import numpy
 
@@ -37,9 +39,9 @@
 from editors.DebugViewer import DebugViewer
 from util.BitmapLibrary import GetBitmap
 
-from DebugVariableItem import DebugVariableItem
-from DebugVariableTextViewer import DebugVariableTextViewer
-from DebugVariableGraphicViewer import *
+from controls.DebugVariablePanel.DebugVariableItem import DebugVariableItem
+from controls.DebugVariablePanel.DebugVariableTextViewer import DebugVariableTextViewer
+from controls.DebugVariablePanel.DebugVariableGraphicViewer import *
 
 
 MILLISECOND = 1000000        # Number of nanosecond in a millisecond