~lazr-developers/lazr.restful/oops-fix

« back to all changes in this revision

Viewing changes to src/lazr/restful/example/base/tests/entry.txt

  • Committer: Leonard Richardson
  • Date: 2009-09-01 13:10:44 UTC
  • mfrom: (66.1.3 move-example)
  • Revision ID: leonard.richardson@canonical.com-20090901131044-wkqx4bzfvhvqe1ie
[r=gmb] Replaced some imports I missed the first time.

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
ICookbook entry...
124
124
 
125
125
    >>> from lazr.restful.interfaces import IWebServiceClientRequest
126
 
    >>> from lazr.restful.example.interfaces import ICookbook
 
126
    >>> from lazr.restful.example.base.interfaces import ICookbook
127
127
    >>> from zope.interface.interfaces import IInterface
128
128
    >>> view_name = "lazr.restful.EntryResource"
129
129
    >>> from zope.component import getGlobalSiteManager