~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/browser/launchpad.py

  • Committer: Curtis Hovey
  • Date: 2011-12-20 11:21:59 UTC
  • mto: This revision was merged to the branch mainline in revision 14560.
  • Revision ID: curtis.hovey@canonical.com-20111220112159-dw16mkvodnizfmn5
Moved temporaryblobstorage to lp.services.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
    ILaunchpadStatisticSet,
63
63
    )
64
64
from lp.services.verification.interfaces.logintoken import ILoginTokenSet
65
 
from canonical.launchpad.interfaces.temporaryblobstorage import (
 
65
from lp.services.temporaryblobstorage.interfaces import (
66
66
    ITemporaryStorageManager,
67
67
    )
68
68
from canonical.launchpad.layers import WebServiceLayer