summaryrefslogtreecommitdiffstats
path: root/deluge/plugins/Notifications/deluge_notifications/gtkui.py
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/plugins/Notifications/deluge_notifications/gtkui.py')
-rw-r--r--deluge/plugins/Notifications/deluge_notifications/gtkui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deluge/plugins/Notifications/deluge_notifications/gtkui.py b/deluge/plugins/Notifications/deluge_notifications/gtkui.py
index 486ee677a..cb26901a7 100644
--- a/deluge/plugins/Notifications/deluge_notifications/gtkui.py
+++ b/deluge/plugins/Notifications/deluge_notifications/gtkui.py
@@ -42,7 +42,7 @@ except ImportError:
try:
require_version('Notify', '0.7')
- from gi.repository import Notify, GLib
+ from gi.repository import GLib, Notify
except (ValueError, ImportError):
POPUP_AVAILABLE = False
else: