~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/launchpad/rest/bytestorage.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:
18
18
    )
19
19
from zope.interface import implements
20
20
 
21
 
from canonical.launchpad.interfaces.librarian import (
 
21
from canonical.launchpad.webapp.interfaces import ICanonicalUrlData
 
22
from lp.services.librarian.interfaces import (
22
23
    ILibraryFileAliasSet,
23
24
    ILibraryFileAliasWithParent,
24
25
    )
25
 
from canonical.launchpad.webapp.interfaces import ICanonicalUrlData
26
26
 
27
27
 
28
28
class LibraryBackedByteStorage: