summaryrefslogtreecommitdiff
path: root/portato
diff options
context:
space:
mode:
Diffstat (limited to 'portato')
-rw-r--r--portato/gui/slots.py2
1 files changed, 1 insertions, 1 deletions
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):