[gnome-music] Make pep8 and pyflakes happy
- From: Arnel A. Borja <arnelborja src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music] Make pep8 and pyflakes happy
- Date: Sun, 1 Sep 2013 15:09:10 +0000 (UTC)
commit 452ba8724b5287000c8a4b8aa154149d9edeeae2
Author: Arnel A. Borja <arnelborja src gnome org>
Date: Sun Sep 1 23:03:12 2013 +0800
Make pep8 and pyflakes happy
gnomemusic/view.py | 2 +-
gnomemusic/widgets.py | 1 -
2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gnomemusic/view.py b/gnomemusic/view.py
index a7104ed..0bb24ba 100644
--- a/gnomemusic/view.py
+++ b/gnomemusic/view.py
@@ -135,7 +135,7 @@ class ViewContainer(Stack):
self.view.connect('view-selection-changed',
self._on_view_selection_changed)
- self._discovering_urls = {};
+ self._discovering_urls = {}
def _get_remaining_item_count(self):
if self._cached_count < 0:
diff --git a/gnomemusic/widgets.py b/gnomemusic/widgets.py
index 6c10e16..30ac914 100644
--- a/gnomemusic/widgets.py
+++ b/gnomemusic/widgets.py
@@ -37,7 +37,6 @@ from gi.repository import Grl
from gi.repository import Tracker
from gettext import gettext as _
from gnomemusic.grilo import grilo
-import logging
from gnomemusic.query import Query
from gnomemusic.albumArtCache import AlbumArtCache
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]