From 225f0d2297584adbdea11466486d06b909ec6ec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 15 May 2009 18:00:11 +0200 Subject: Fix import --- portato/gui/slots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/gui') diff --git a/portato/gui/slots.py b/portato/gui/slots.py index 2ad4c01..8f523b8 100644 --- a/portato/gui/slots.py +++ b/portato/gui/slots.py @@ -13,7 +13,7 @@ from __future__ import absolute_import, with_statement import gtk -from ...plugin import WidgetSlot # other modules might import WidgetSlot from here +from ..plugin import WidgetSlot # other modules might import WidgetSlot from here class PluginMenuSlot (WidgetSlot): -- cgit v1.2.3