~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/archiveuploader/tests/test_uploadprocessor.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:
26
26
 
27
27
from canonical.config import config
28
28
from canonical.database.constants import UTC_NOW
29
 
from canonical.launchpad.interfaces.librarian import ILibraryFileAliasSet
30
29
from canonical.testing.layers import LaunchpadZopelessLayer
31
30
from lp.app.errors import NotFoundError
32
31
from lp.archiveuploader.nascentupload import NascentUpload
61
60
from lp.registry.interfaces.sourcepackagename import ISourcePackageNameSet
62
61
from lp.registry.model.sourcepackagename import SourcePackageName
63
62
from lp.services.features.testing import FeatureFixture
 
63
from lp.services.librarian.interfaces import ILibraryFileAliasSet
64
64
from lp.services.log.logger import (
65
65
    BufferLogger,
66
66
    DevNullLogger,