From 038cf998c1aecd855e4b881d8159be64e0000773 Mon Sep 17 00:00:00 2001 From: Diego Roversi Date: Fri, 20 Sep 2019 11:23:52 +0200 Subject: fix local import --- display/dpy_gtk.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'display/dpy_gtk.py') 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 -- cgit v1.2.3