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

« back to all changes in this revision

Viewing changes to src/lazr/restful/example/base/tests/test_integration.py

  • 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:
13
13
from zope.testing.cleanup import cleanUp
14
14
from van.testing.layer import zcml_layer, wsgi_intercept_layer
15
15
 
16
 
from lazr.restful.example.root import CookbookServiceRootResource
 
16
from lazr.restful.example.base.root import CookbookServiceRootResource
17
17
from lazr.restful.testing.webservice import (
18
18
    WebServiceTestPublication, WebServiceApplication)
19
19