Merge lp:~dobey/rhythmbox-ubuntuone/fix-lint into lp:rhythmbox-ubuntuone

Proposed by dobey
Status: Merged
Approved by: dobey
Approved revision: 115
Merged at revision: 115
Proposed branch: lp:~dobey/rhythmbox-ubuntuone/fix-lint
Merge into: lp:rhythmbox-ubuntuone
Diff against target: 32 lines (+1/-3)
2 files modified
ubuntuone/MusicStoreWidget.py (+1/-2)
ubuntuone/ubuntuone.py (+0/-1)
To merge this branch: bzr merge lp:~dobey/rhythmbox-ubuntuone/fix-lint
Reviewer Review Type Date Requested Status
Brian Curtin (community) Approve
Review via email: mp+98511@code.launchpad.net

Commit message

Fix a few lint warnings that somehow slipped in

To post a comment you must log in.
Revision history for this message
Brian Curtin (brian.curtin) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntuone/MusicStoreWidget.py'
2--- ubuntuone/MusicStoreWidget.py 2012-03-19 14:35:31 +0000
3+++ ubuntuone/MusicStoreWidget.py 2012-03-20 20:30:39 +0000
4@@ -16,7 +16,6 @@
5
6 import gettext
7 import os
8-import stat
9 import urlparse
10
11 # pylint: disable=E0611,F0401
12@@ -148,7 +147,7 @@
13 player = self.shell.get_property('shell-player')
14 player.stop()
15 player.play_entry(entry, self.source)
16-
17+
18
19 class U1Source(RB.Source):
20 """A Rhythmbox source widget for the U1 Music Store."""
21
22=== modified file 'ubuntuone/ubuntuone.py'
23--- ubuntuone/ubuntuone.py 2012-03-19 14:35:31 +0000
24+++ ubuntuone/ubuntuone.py 2012-03-20 20:30:39 +0000
25@@ -14,7 +14,6 @@
26 # <http://www.gnu.org/licenses/>.
27 """The Ubuntu One Rhythmbox plugin."""
28
29-from dirspec.basedir import xdg_config_home
30 # pylint: disable=E0611
31 from gi.repository import Gio, GObject, Peas
32 # pylint: enable=E0611

Subscribers

People subscribed via source and target branches