[gnome-music/wip/jfelder/mpris-cleanup: 14/38] mpris: Reorder imports



commit 9c2a4eefa01bc45ad57411aa984906f1ae81ab2c
Author: Jean Felder <jfelder src gnome org>
Date:   Tue Aug 21 20:49:22 2018 +0200

    mpris: Reorder imports

 gnomemusic/mpris.py | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/gnomemusic/mpris.py b/gnomemusic/mpris.py
index 9a7f0ae5..d49d2efd 100644
--- a/gnomemusic/mpris.py
+++ b/gnomemusic/mpris.py
@@ -23,16 +23,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 Gio, GLib
+
+from gnomemusic import log
+from gnomemusic.grilo import grilo
 from gnomemusic.gstplayer import Playback
 from gnomemusic.player import PlayerPlaylist, RepeatMode
-from gnomemusic.grilo import grilo
 from gnomemusic.playlists import Playlists
 import gnomemusic.utils as utils
 
-from gi.repository import GLib
-from gi.repository import Gio
-from gnomemusic import log
-import logging
 logger = logging.getLogger(__name__)
 
 


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