~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/model/distributionmirror.py

merged base branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    get_email_template,
51
51
    shortlist,
52
52
    )
53
 
from canonical.launchpad.interfaces.lpstorm import IStore
 
53
from lp.services.database.lpstorm import IStore
54
54
from canonical.launchpad.webapp import (
55
55
    canonical_url,
56
56
    urlappend,