~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/buildmaster/model/packagebuild.py

merged base branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
from canonical.launchpad.browser.librarian import ProxiedLibraryFileAlias
37
37
from canonical.launchpad.helpers import filenameToContentType
38
38
from canonical.launchpad.interfaces.librarian import ILibraryFileAliasSet
39
 
from canonical.launchpad.interfaces.lpstorm import IMasterStore
 
39
from lp.services.database.lpstorm import IMasterStore
40
40
from canonical.launchpad.webapp.interfaces import (
41
41
    DEFAULT_FLAVOR,
42
42
    IStoreSelector,