~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/testing/factory.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-20 17:18:38 UTC
  • mfrom: (14557.1.20 login-token-apocalyse)
  • Revision ID: launchpad@pqm.canonical.com-20111220171838-t5bzp4y0hjmxxqze
[rs=sinzui][no-qa] migrate logintoken, launchpad statistics,
        and feeds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
    IMasterStore,
76
76
    IStore,
77
77
    )
78
 
from canonical.launchpad.interfaces.temporaryblobstorage import (
 
78
from lp.services.temporaryblobstorage.interfaces import (
79
79
    ITemporaryStorageManager,
80
80
    )
81
81
from canonical.launchpad.webapp.dbpolicy import MasterDatabasePolicy