[gnome-music/wip/mschraal/stylecleanup: 2/4] widgets: PEP-8 the imports



commit 1178fe8aaf42b06d22d541f20640d203c24d66f9
Author: Marinus Schraal <mschraal src gnome org>
Date:   Sun May 22 21:27:24 2016 +0200

    widgets: PEP-8 the imports

 gnomemusic/widgets.py |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/gnomemusic/widgets.py b/gnomemusic/widgets.py
index 1401f9b..2ecd2fe 100644
--- a/gnomemusic/widgets.py
+++ b/gnomemusic/widgets.py
@@ -30,15 +30,17 @@
 # code, but you are not obligated to do so.  If you do not wish to do so,
 # delete this exception statement from your version.
 
+import logging
 
 from gi.repository import Gtk, Gdk, Gd, GLib, GObject, Pango, Gio, GdkPixbuf
 from gettext import gettext as _, ngettext
-from gnomemusic.grilo import grilo
+
 from gnomemusic.albumArtCache import AlbumArtCache
+from gnomemusic.grilo import grilo
+from gnomemusic import log
 from gnomemusic.player import DiscoveryStatus
 from gnomemusic.playlists import Playlists, StaticPlaylists
-from gnomemusic import log
-import logging
+
 logger = logging.getLogger(__name__)
 
 ALBUM_ART_CACHE = AlbumArtCache.get_default()


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