~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/model/queue.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:
47
47
    SQLBase,
48
48
    sqlvalues,
49
49
    )
50
 
from canonical.launchpad.database.librarian import LibraryFileAlias
51
 
from lp.services.database.lpstorm import (
52
 
    IMasterStore,
53
 
    IStore,
54
 
    )
55
50
from canonical.librarian.interfaces import DownloadFailed
56
51
from canonical.librarian.utils import copy_and_close
57
52
from lp.app.errors import NotFoundError
64
59
from lp.archiveuploader.tagfiles import parse_tagfile_content
65
60
from lp.registry.interfaces.pocket import PackagePublishingPocket
66
61
from lp.registry.model.sourcepackagename import SourcePackageName
 
62
from lp.services.database.lpstorm import (
 
63
    IMasterStore,
 
64
    IStore,
 
65
    )
 
66
from lp.services.librarian.model import LibraryFileAlias
67
67
from lp.services.mail.signedmessage import strip_pgp_signature
68
68
from lp.services.propertycache import cachedproperty
69
69
from lp.soyuz.adapters.notification import notify