[gnome-music/gnome-3-14] notifications: remove unused Gtk import



commit 1465bcdda30fd4f01623c946559c489b9f64f065
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Fri Oct 3 13:06:07 2014 +0200

    notifications: remove unused Gtk import

 gnomemusic/notification.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomemusic/notification.py b/gnomemusic/notification.py
index cf8e1fe..d92a275 100644
--- a/gnomemusic/notification.py
+++ b/gnomemusic/notification.py
@@ -22,7 +22,7 @@
 # code, but you are not obligated to do so.  If you do not wish to do so,
 # delete this exception statement from your version.
 
-from gi.repository import GLib, Grl, Gtk, Notify
+from gi.repository import GLib, Grl, Notify
 
 from gnomemusic.albumArtCache import AlbumArtCache
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]