Merge lp:~thomir/launchpad/devel-fix-import-violations-specificationworkitem into lp:launchpad
Proposed by
Thomi Richards
on 2015-03-01
| Status: | Merged |
|---|---|
| Merged at revision: | 17370 |
| Proposed branch: | lp:~thomir/launchpad/devel-fix-import-violations-specificationworkitem |
| Merge into: | lp:launchpad |
| Diff against target: |
133 lines (+49/-4) 5 files modified
lib/lp/blueprints/configure.zcml (+8/-0) lib/lp/blueprints/interfaces/specificationworkitem.py (+8/-0) lib/lp/blueprints/model/specificationworkitem.py (+12/-0) lib/lp/blueprints/model/tests/test_specification.py (+19/-0) lib/lp/registry/browser/__init__.py (+2/-4) |
| To merge this branch: | bzr merge lp:~thomir/launchpad/devel-fix-import-violations-specificationworkitem |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| William Grant | code | 2015-03-01 | Approve on 2015-03-02 |
|
Review via email:
|
|||
Commit Message
Fix import policy violation so lp.blueprints.
Description of the Change
Fix this reported import policy violation:
You should not import lp.blueprints.
By creating an ISpecificationW
To post a comment you must log in.
review:
Approve
(code)
