~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

merged base branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
from zope.interface import implements
21
21
 
22
22
from canonical.database.enumcol import EnumCol
23
 
from canonical.launchpad.interfaces.lpstorm import (
 
23
from lp.services.database.lpstorm import (
24
24
    IMasterStore,
25
25
    IStore,
26
26
    )