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/splash.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'portato/gui/gtk/splash.py') diff --git a/portato/gui/gtk/splash.py b/portato/gui/gtk/splash.py index aa4a3ea..0b9a97f 100644 --- a/portato/gui/gtk/splash.py +++ b/portato/gui/gtk/splash.py @@ -9,12 +9,15 @@ # There is NO WARRANTY, to the extent permitted by law. # # Written by René 'Necoro' Neumann + +from __future__ import absolute_import + import gtk import gobject from gettext import lgettext as _ -from portato.constants import VERSION, APP_ICON -from basic import Window +from ...constants import VERSION, APP_ICON +from .basic import Window class SplashScreen (Window): -- cgit v1.2.3-54-g00ecf