← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~thomir/launchpad/devel-fix-import-violations-specificationworkitem into lp:launchpad

 

Thomi Richards has proposed merging lp:~thomir/launchpad/devel-fix-import-violations-specificationworkitem into lp:launchpad.

Commit message:
Fix import policy violation so lp.blueprints.model.specificationworkitem is no longer imported into lp.registry.browser.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~thomir/launchpad/devel-fix-import-violations-specificationworkitem/+merge/251395

Fix this reported import policy violation:

You should not import lp.blueprints.model.specificationworkitem into lp.registry.browser

By creating an ISpecificationWorkItemSet interface, an implementation of that interface, and change lp.registry.browser implementation to use the new interface.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~thomir/launchpad/devel-fix-import-violations-specificationworkitem into lp:launchpad.


Follow ups