editors/Viewer.py
changeset 1853 47a3f39bead0
parent 1852 70c1cc354a8f
child 1878 fb73a6b6622d
--- a/editors/Viewer.py	Mon Oct 09 16:04:39 2017 +0300
+++ b/editors/Viewer.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
 import math
 from time import time as gettime
 from types import TupleType
@@ -35,7 +37,7 @@
 from graphics import *
 from dialogs import *
 from editors.DebugViewer import DebugViewer, REFRESH_PERIOD
-from EditorPanel import EditorPanel
+from editors.EditorPanel import EditorPanel
 
 SCROLLBAR_UNIT = 10
 WINDOW_BORDER = 10