summaryrefslogtreecommitdiff
path: root/display
diff options
context:
space:
mode:
Diffstat (limited to 'display')
-rw-r--r--display/dpy_gtk.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/display/dpy_gtk.py b/display/dpy_gtk.py
index 43d797f..81f618a 100644
--- a/display/dpy_gtk.py
+++ b/display/dpy_gtk.py
@@ -4,8 +4,8 @@
################################################
import os, sys, math
-from .modes import KeyPressed, KeyReleased
-from . import caching
+from modes import KeyPressed, KeyReleased
+import caching
def import_trickery():
global gtk, gdk