~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/model/queue.py

  • Committer: Julian Edwards
  • Date: 2009-05-14 09:28:47 UTC
  • mto: This revision was merged to the branch mainline in revision 8500.
  • Revision ID: julian.edwards@canonical.com-20090514092847-uso2xn2zgmakv6lm
Migrate buildmaster to the lp tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
from lp.archivepublisher.utils import get_ppa_reference
33
33
from lp.archiveuploader.tagfiles import parse_tagfile_lines
34
34
from lp.archiveuploader.utils import safe_fix_maintainer
35
 
from canonical.buildmaster.pas import BuildDaemonPackagesArchSpecific
 
35
from lp.buildmaster.pas import BuildDaemonPackagesArchSpecific
36
36
from canonical.cachedproperty import cachedproperty
37
37
from canonical.config import config
38
38
from canonical.database.constants import UTC_NOW