~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/codehosting/branchdistro.py

merged base branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
from zope.component import getUtility
29
29
 
30
30
from canonical.config import config
31
 
from canonical.launchpad.interfaces.lpstorm import IMasterStore
 
31
from lp.services.database.lpstorm import IMasterStore
32
32
from lp.code.enums import (
33
33
    BranchLifecycleStatus,
34
34
    BranchType,