~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2011-12-22 05:37:22 UTC
  • mto: This revision was merged to the branch mainline in revision 14581.
  • Revision ID: william.grant@canonical.com-20111222053722-gm6h9zi3lioz00ky
Move librarian stuff from canonical.launchpad to lp.services.librarian. canonical.librarian remains untouched.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    sqlvalues,
50
50
    )
51
51
from canonical.launchpad.helpers import filenameToContentType
52
 
from canonical.launchpad.interfaces.librarian import ILibraryFileAliasSet
53
52
from canonical.launchpad.webapp import urlappend
54
53
from canonical.launchpad.webapp.interfaces import (
55
54
    DEFAULT_FLAVOR,
78
77
from lp.registry.interfaces.person import validate_public_person
79
78
from lp.services.job.interfaces.job import JobStatus
80
79
from lp.services.job.model.job import Job
 
80
from lp.services.librarian.interfaces import ILibraryFileAliasSet
81
81
from lp.services.propertycache import (
82
82
    cachedproperty,
83
83
    get_property_cache,