From 8c066e79b03ad4e20a9f7c4ae36a9e247b79a8eb Mon Sep 17 00:00:00 2001 From: necoro <> Date: Mon, 27 Aug 2007 07:30:38 +0000 Subject: Change to absolute_imports; Warning: definitly broken --- portato/gui/gtk/basic.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'portato/gui/gtk/basic.py') diff --git a/portato/gui/gtk/basic.py b/portato/gui/gtk/basic.py index 882e40a..bc96c97 100644 --- a/portato/gui/gtk/basic.py +++ b/portato/gui/gtk/basic.py @@ -10,12 +10,14 @@ # # Written by René 'Necoro' Neumann +from __future__ import absolute_import + # gtk stuff import gtk import gtk.glade import gobject -from portato.constants import DATA_DIR, APP_ICON, APP, LOCALE_DIR +from ...constants import DATA_DIR, APP_ICON, APP, LOCALE_DIR gtk.glade.bindtextdomain (APP, LOCALE_DIR) gtk.glade.textdomain (APP) -- cgit v1.2.3-70-g09d2