Merge lp:~zematynnad/ubuntu-webcatalog/fix_line_length into lp:ubuntu-webcatalog

Proposed by Danny Tamez
Status: Merged
Approved by: Anthony Lenton
Approved revision: 92
Merged at revision: 92
Proposed branch: lp:~zematynnad/ubuntu-webcatalog/fix_line_length
Merge into: lp:ubuntu-webcatalog
Diff against target: 12 lines (+1/-1)
1 file modified
src/webcatalog/tests/test_pep8.py (+1/-1)
To merge this branch: bzr merge lp:~zematynnad/ubuntu-webcatalog/fix_line_length
Reviewer Review Type Date Requested Status
Canonical Consumer Applications Hackers Pending
Review via email: mp+99550@code.launchpad.net

Commit message

change max_line_length to 79

Description of the change

This microbranch changes the max_line_length value from 80 to 79.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/webcatalog/tests/test_pep8.py'
2--- src/webcatalog/tests/test_pep8.py 2012-03-26 17:29:13 +0000
3+++ src/webcatalog/tests/test_pep8.py 2012-03-27 15:49:22 +0000
4@@ -57,7 +57,7 @@
5 show_pep8 = False
6 select = []
7 ignore = []
8- max_line_length = 80
9+ max_line_length = 79
10 pep8.options = Options()
11 pep8.message = self.message
12 Options.physical_checks = pep8.find_checks('physical_line')

Subscribers

People subscribed via source and target branches