[gnome-music] pep8: remove unused _ imports



commit 947e7b9e2e8a992107136d33d51a4e5aa1ac4bc3
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Thu Mar 27 23:06:51 2014 +0100

    pep8: remove unused _ imports

 gnomemusic/searchbar.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gnomemusic/searchbar.py b/gnomemusic/searchbar.py
index 988ecc6..ce3ae08 100644
--- a/gnomemusic/searchbar.py
+++ b/gnomemusic/searchbar.py
@@ -1,5 +1,4 @@
 from gi.repository import Gtk, Gd
-from gettext import gettext as _
 
 
 class Searchbar(Gd.Revealer):


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