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
=== modified file 'dirspec/utils.py'
--- dirspec/utils.py 2012-07-18 23:20:25 +0000
+++ dirspec/utils.py 2014-10-09 12:47:19 +0000
@@ -171,8 +171,8 @@
171 default_config_path = b'/Library/Preferences:/etc/xdg'171 default_config_path = b'/Library/Preferences:/etc/xdg'
172 default_config_home = os.path.join(user_home, b'Library', b'Preferences')172 default_config_home = os.path.join(user_home, b'Library', b'Preferences')
173 default_data_path = b':'.join([b'/Library/Application Support',173 default_data_path = b':'.join([b'/Library/Application Support',
174 b'/usr/local/share',174 b'/usr/local/share',
175 b'/usr/share'])175 b'/usr/share'])
176 default_data_home = os.path.join(user_home, b'Library',176 default_data_home = os.path.join(user_home, b'Library',
177 b'Application Support')177 b'Application Support')
178else:178else:

Subscribers

People subscribed via source and target branches