Merge lp:~stevenk/launchpad/format-imports-ad-infinitum into lp:launchpad
Proposed by
Steve Kowalik
on 2012-09-06
| Status: | Merged |
|---|---|
| Approved by: | William Grant on 2012-09-06 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 15914 |
| Proposed branch: | lp:~stevenk/launchpad/format-imports-ad-infinitum |
| Merge into: | lp:launchpad |
| Diff against target: |
242 lines (+22/-30) 15 files modified
lib/lp/blueprints/browser/tests/test_specification.py (+1/-1) lib/lp/blueprints/tests/test_specification.py (+2/-2) lib/lp/bugs/browser/tests/test_bug_views.py (+1/-1) lib/lp/code/browser/tests/test_branch.py (+1/-3) lib/lp/code/browser/tests/test_branchlisting.py (+1/-3) lib/lp/code/model/branchnamespace.py (+1/-1) lib/lp/code/model/tests/test_branchcollection.py (+4/-1) lib/lp/code/model/tests/test_branchnamespace.py (+1/-3) lib/lp/codehosting/__init__.py (+2/-3) lib/lp/codehosting/tests/test_safe_open.py (+1/-3) lib/lp/codehosting/tests/test_upgrade.py (+1/-1) lib/lp/registry/browser/person.py (+1/-3) lib/lp/registry/browser/tests/test_person.py (+1/-3) lib/lp/registry/model/product.py (+1/-1) lib/lp/soyuz/tests/test_packagecopyjob.py (+3/-1) |
| To merge this branch: | bzr merge lp:~stevenk/launchpad/format-imports-ad-infinitum |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| William Grant | code | 2012-09-06 | Approve on 2012-09-06 |
|
Review via email:
|
|||
Commit Message
Run format-imports over lib/lp once again.
Description of the Change
format-imports over lib/lp once again.
To post a comment you must log in.

The diff in lib/lp/ codehosting/ __init_ _.py is slightly suspicious, but possibly harmless. Otherwise fine.