~cjwatson/lazr.restful/exported-interfaces-honour-all

« back to all changes in this revision

Viewing changes to src/lazr/restful/testing/webservice.py

  • Committer: Leonard Richardson
  • Date: 2009-08-04 14:46:24 UTC
  • mto: (42.1.2 trunk)
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: leonard.richardson@canonical.com-20090804144624-an7ibxxywnhr36ul
Removed the one-off publications that just combine mixins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
    implements(IWebServiceLayer)
125
125
 
126
126
 
127
 
class WebServiceTestPublication(WebServicePublicationMixin, SimplePublication):
 
127
class WebServiceTestPublication(SimplePublication):
128
128
    """Test publication that mixes in the necessary web service stuff."""
129
129
 
130
130
    def wrapTraversedObject(self, ob):