~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/archiveuploader/tests/test_uploadprocessor.py

  • Committer: William Grant
  • Date: 2011-12-22 05:37:22 UTC
  • mto: This revision was merged to the branch mainline in revision 14581.
  • Revision ID: william.grant@canonical.com-20111222053722-gm6h9zi3lioz00ky
Move librarian stuff from canonical.launchpad to lp.services.librarian. canonical.librarian remains untouched.

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,