~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/archiveuploader/dscfile.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-30 10:09:30 UTC
  • mfrom: (14606.2.8 apocalibrarian)
  • Revision ID: launchpad@pqm.canonical.com-20111230100930-kp3e0l6wakissewm
[r=wgrant][no-qa] Move canonical.librarian to
        lp.services.librarian(server).

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
from debian.deb822 import Deb822Dict
30
30
from zope.component import getUtility
31
31
 
32
 
from canonical.librarian.utils import copy_and_close
33
32
from lp.app.errors import NotFoundError
34
33
from lp.archiveuploader.nascentuploadfile import (
35
34
    NascentUploadFile,
65
64
    GPGVerificationError,
66
65
    IGPGHandler,
67
66
    )
 
67
from lp.services.librarian.utils import copy_and_close
68
68
from lp.soyuz.enums import (
69
69
    ArchivePurpose,
70
70
    SourcePackageFormat,