~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/archiveuploader/tests/nascentupload-packageset.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-31 00:16:50 UTC
  • mfrom: (14606.3.7 apocaremains)
  • Revision ID: launchpad@pqm.canonical.com-20111231001650-pjeyhfjhm6mg3yp8
[r=wgrant][no-qa] Merge canonical.database into lp.services.database.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
    >>> from lp.archiveuploader.nascentupload import NascentUpload
4
4
    >>> from lp.archiveuploader.tests import datadir, getPolicy
5
 
    >>> from canonical.database.sqlbase import commit
 
5
    >>> from lp.services.database.sqlbase import commit
6
6
    >>> from lp.testing.layers import LaunchpadZopelessLayer
7
7
    >>> from lp.registry.interfaces.person import IPersonSet
8
8
    >>> from lp.registry.interfaces.sourcepackagename import ISourcePackageNameSet