Merge lp:~stevenk/launchpad/imports-once-more-with-feeling into lp:launchpad
Proposed by
Steve Kowalik
on 2012-03-23
| Status: | Merged |
|---|---|
| Approved by: | Steve Kowalik on 2012-03-23 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 15001 |
| Proposed branch: | lp:~stevenk/launchpad/imports-once-more-with-feeling |
| Merge into: | lp:launchpad |
| Diff against target: |
528 lines (+78/-56) 27 files modified
lib/lp/blueprints/tests/test_workitem_migration.py (+2/-4) lib/lp/blueprints/workitemmigration.py (+0/-1) lib/lp/bugs/scripts/bugexport.py (+4/-1) lib/lp/bugs/scripts/bugimport.py (+19/-5) lib/lp/code/browser/branch.py (+1/-3) lib/lp/code/bzr.py (+1/-0) lib/lp/codehosting/scripts/tests/test_upgrade_all_branches.py (+2/-2) lib/lp/codehosting/tests/test_upgrade.py (+9/-6) lib/lp/codehosting/upgrade.py (+5/-2) lib/lp/registry/browser/pillar.py (+4/-5) lib/lp/registry/browser/product.py (+1/-3) lib/lp/registry/browser/tests/test_pillar_sharing.py (+1/-2) lib/lp/registry/interfaces/productjob.py (+0/-1) lib/lp/registry/interfaces/webservice.py (+1/-1) lib/lp/registry/model/productjob.py (+2/-6) lib/lp/registry/services/sharingservice.py (+2/-3) lib/lp/registry/subscribers.py (+0/-1) lib/lp/registry/tests/test_pillar.py (+0/-1) lib/lp/registry/tests/test_productjob.py (+0/-1) lib/lp/registry/tests/test_subscribers.py (+1/-2) lib/lp/scripts/utilities/warninghandler.py (+4/-1) lib/lp/services/enterpriseid.py (+1/-0) lib/lp/services/feeds/tests/helper.py (+5/-1) lib/lp/services/scripts/tests/loglevels.py (+4/-1) lib/lp/services/webapp/authorization.py (+4/-1) lib/lp/services/webapp/tests/test_session.py (+1/-1) lib/lp/testing/keyserver/testkeyserver.tac (+4/-1) |
| To merge this branch: | bzr merge lp:~stevenk/launchpad/imports-once-more-with-feeling |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Ian Booth (community) | 2012-03-23 | Approve on 2012-03-23 | |
|
Review via email:
|
|||
Commit Message
Clean imports, once more with feeling.
Description of the Change
While working on a different branch, I noticed some files that put multiple imports on one line, which is against our coding standards. I have gone through and fixed the ones under lib/lp, and then ran format-imports for good measure.
To post a comment you must log in.

Mechanical change, looks good.