~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/buildmaster/interfaces/buildfarmjob.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 12:41:32 UTC
  • mfrom: (14578.2.5 librarian-services)
  • Revision ID: launchpad@pqm.canonical.com-20111222124132-s1yqnjjb1jl7384h
[r=wgrant][no-qa] Move most non-server librarian stuff from around
        the tree to lp.services.librarian. canonical.launchpad.{browser,
        database} are no longer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    )
34
34
 
35
35
from canonical.launchpad import _
36
 
from canonical.launchpad.interfaces.librarian import ILibraryFileAlias
37
36
from lp.buildmaster.enums import BuildFarmJobType
38
37
from lp.buildmaster.interfaces.builder import IBuilder
 
38
from lp.services.librarian.interfaces import ILibraryFileAlias
39
39
from lp.soyuz.interfaces.processor import IProcessor
40
40
 
41
41