Merge lp:~mars/launchpad/testfix-missing-iarchive-import into lp:launchpad
Proposed by
Māris Fogels
on 2010-06-28
| Status: | Rejected |
|---|---|
| Rejected by: | Māris Fogels on 2010-06-28 |
| Proposed branch: | lp:~mars/launchpad/testfix-missing-iarchive-import |
| Merge into: | lp:launchpad |
| Diff against target: |
11 lines (+1/-0) 1 file modified
lib/canonical/launchpad/security.py (+1/-0) |
| To merge this branch: | bzr merge lp:~mars/launchpad/testfix-missing-iarchive-import |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Canonical Launchpad Engineering | 2010-06-28 | Pending | |
|
Review via email:
|
|||
Commit Message
Fix a missing import in security.py
Description of the Change
Hi,
This branch fixes a missing import in security.py that prevents the 'make build' step from executing. The line in question was accidentally removed in https:/
Test: make, bin/test -cvv test_archive_
Pre-implementation call with: No one
Lint: ?
Maris
To post a comment you must log in.
| Māris Fogels (mars) wrote : | # |
Unmerged revisions
- 11070. By Māris Fogels on 2010-06-28
-
Testfix for a missing security adapter import that breaks 'make build'.

Paul beat me to the fix by a few minutes, so I'll reject this one.