~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/librarianserver/testing/tests/test_fakelibrarian.py

  • Committer: William Grant
  • Date: 2011-12-30 01:48:17 UTC
  • mto: (14606.3.6 apocaremains)
  • mto: This revision was merged to the branch mainline in revision 14608.
  • Revision ID: william.grant@canonical.com-20111230014817-7qmddxz1x941socp
Move the rest of canonical.librarian to lp.services.librarianserver.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
from zope.component import getUtility
13
13
from zope.security.proxy import removeSecurityProxy
14
14
 
15
 
from lp.services.librarian.interfaces.client import ILibrarianClient
16
 
from canonical.librarian.testing.fake import FakeLibrarian
17
15
from lp.services.librarian.client import LibrarianClient
18
16
from lp.services.librarian.interfaces import ILibraryFileAliasSet
 
17
from lp.services.librarian.interfaces.client import ILibrarianClient
19
18
from lp.services.librarian.model import (
20
19
    LibraryFileAlias,
21
20
    LibraryFileAliasSet,
22
21
    )
 
22
from lp.services.librarianserver.testing.fake import FakeLibrarian
23
23
from lp.services.webapp.testing import verifyObject
24
24
from lp.testing import TestCaseWithFactory
25
25
from lp.testing.layers import (