~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

merged base branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
    sqlvalues,
66
66
    )
67
67
from canonical.launchpad import _
68
 
from canonical.launchpad.interfaces.lpstorm import (
 
68
from lp.services.database.lpstorm import (
69
69
    IMasterStore,
70
70
    IStore,
71
71
    )