[gnome-music] pep8: remove extra Gdk import in toolbar



commit 08c213be172bd948ca1c357a9efe0f6a053d2d06
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Tue Apr 15 13:54:02 2014 +0200

    pep8: remove extra Gdk import in toolbar

 gnomemusic/toolbar.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomemusic/toolbar.py b/gnomemusic/toolbar.py
index e39b0c6..bec876c 100644
--- a/gnomemusic/toolbar.py
+++ b/gnomemusic/toolbar.py
@@ -28,7 +28,7 @@
 # delete this exception statement from your version.
 
 
-from gi.repository import Gtk, Gdk, GObject
+from gi.repository import Gtk, GObject
 
 from gnomemusic.searchbar import Searchbar
 


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