~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/webservice/stories/xx-wadl.txt

  • Committer: Curtis Hovey
  • Date: 2011-12-24 16:23:17 UTC
  • mto: (14600.2.1 move-webapp)
  • mto: This revision was merged to the branch mainline in revision 14601.
  • Revision ID: curtis.hovey@canonical.com-20111224162317-c3kcdl2yhnqzk46j
Moved systemhomes to lp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
This test shows how the cache works. We'll start by temporarily
9
9
clearing the cache.
10
10
 
11
 
    >>> from canonical.launchpad.systemhomes import WebServiceApplication
 
11
    >>> from lp.systemhomes import WebServiceApplication
12
12
    >>> old_cached_wadl = WebServiceApplication.cached_wadl
13
13
    >>> WebServiceApplication.cached_wadl = {}
14
14