~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/librarian/tests/test_libraryfilealias.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:
16
16
    login,
17
17
    logout,
18
18
    )
19
 
from canonical.launchpad.interfaces.librarian import ILibraryFileAliasSet
20
19
from canonical.testing.layers import LaunchpadFunctionalLayer
 
20
from lp.services.librarian.interfaces import ILibraryFileAliasSet
21
21
 
22
22
 
23
23
class TestLibraryFileAlias(unittest.TestCase):