~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/librarian/smoketest.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:
15
15
import transaction
16
16
from zope.component import getUtility
17
17
 
18
 
from canonical.launchpad.interfaces.librarian import ILibraryFileAliasSet
 
18
from lp.services.librarian.interfaces import ILibraryFileAliasSet
19
19
 
20
20
 
21
21
FILE_SIZE = 1024