Author: bree Date: Thu Apr 20 12:13:58 2006 New Revision: 2910 Modified: azax/branches/plugin/plugins/json/interfaces.py azax/branches/plugin/plugins/json/utils.py Log: Fix bugs
Modified: azax/branches/plugin/plugins/json/interfaces.py ============================================================================== --- azax/branches/plugin/plugins/json/interfaces.py (original) +++ azax/branches/plugin/plugins/json/interfaces.py Thu Apr 20 12:13:58 2006 @@ -38,5 +38,5 @@ class IJSONStreamWriteable(Interface): 'Interface never to be implemented' - class IJsonWriter(Interface): + class IJSONWriter(Interface): 'Interface never to be implemented' Modified: azax/branches/plugin/plugins/json/utils.py ============================================================================== --- azax/branches/plugin/plugins/json/utils.py (original) +++ azax/branches/plugin/plugins/json/utils.py Thu Apr 20 12:13:58 2006 @@ -16,6 +16,7 @@ # Add the jsonserver files request = TestRequest() # use the files already registered to that concat resource + # XXX TODO DEPREC warning. Change this to getAdapter. jsonrpc = zope.component.getResource('jsonrpc.js', request) files.extend(jsonrpc.context.context.getPathList()) # add the json kukit support file -- http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins