Merge lp:~pitti/dirspec/pep8 into lp:dirspec

Proposed by Martin Pitt
Status: Merged
Approved by: dobey
Approved revision: 18
Merged at revision: 18
Proposed branch: lp:~pitti/dirspec/pep8
Merge into: lp:dirspec
Diff against target: 14 lines (+2/-2)
1 file modified
dirspec/utils.py (+2/-2)
To merge this branch: bzr merge lp:~pitti/dirspec/pep8
Reviewer Review Type Date Requested Status
dobey (community) Approve
Matthias Klose (community) Approve
Review via email: mp+237776@code.launchpad.net

Commit message

Fix PEP-8 warnings from pep8 1.5.6

Description of the change

Fix PEP-8 errors which cause FTBFS and autopkgtest failure.

To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

I uploaded this fix to Utopic, FTR.

Revision history for this message
Matthias Klose (doko) wrote :

looks good

review: Approve
Revision history for this message
dobey (dobey) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'dirspec/utils.py'
2--- dirspec/utils.py 2012-07-18 23:20:25 +0000
3+++ dirspec/utils.py 2014-10-09 12:47:19 +0000
4@@ -171,8 +171,8 @@
5 default_config_path = b'/Library/Preferences:/etc/xdg'
6 default_config_home = os.path.join(user_home, b'Library', b'Preferences')
7 default_data_path = b':'.join([b'/Library/Application Support',
8- b'/usr/local/share',
9- b'/usr/share'])
10+ b'/usr/local/share',
11+ b'/usr/share'])
12 default_data_home = os.path.join(user_home, b'Library',
13 b'Application Support')
14 else:

Subscribers

People subscribed via source and target branches