~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-09 04:02:31 UTC
  • mfrom: (14452.3.5 oauthpocalypse)
  • Revision ID: launchpad@pqm.canonical.com-20111209040231-87rrs6957y4jukaj
[r=wgrant][no-qa] Move OAuth code and tests from various places in
        canonical.launchpad to lp.services.oauth.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
    IMasterStore,
87
87
    IStore,
88
88
    )
89
 
from canonical.launchpad.interfaces.oauth import IOAuthConsumerSet
90
89
from canonical.launchpad.interfaces.temporaryblobstorage import (
91
90
    ITemporaryStorageManager,
92
91
    )
250
249
    Message,
251
250
    MessageChunk,
252
251
    )
 
252
from lp.services.oauth.interfaces import IOAuthConsumerSet
253
253
from lp.services.openid.model.openididentifier import OpenIdIdentifier
254
254
from lp.services.propertycache import clear_property_cache
255
255
from lp.services.utils import AutoDecorate