[z3-checkins] r27071 - in z3/jsonserver/trunk: . tests

jwashin at codespeak.net jwashin at codespeak.net
Thu May 11 14:12:12 CEST 2006


Author: jwashin
Date: Thu May 11 14:12:10 2006
New Revision: 27071

Modified:
   z3/jsonserver/trunk/configure.zcml
   z3/jsonserver/trunk/tests/test_directives.py
Log:
resolved svn oops


Modified: z3/jsonserver/trunk/configure.zcml
==============================================================================
--- z3/jsonserver/trunk/configure.zcml	(original)
+++ z3/jsonserver/trunk/configure.zcml	Thu May 11 14:12:10 2006
@@ -12,17 +12,17 @@
     mimetypes="application/json-rpc"
     priority="25"
     />
-    
+
   <utility
       factory=".jsoncomponent.JSONReader"
-      provides=".interfaces.IJSONReader" 
+      provides=".interfaces.IJSONReader"
     />
-    
+
   <utility
       factory=".jsoncomponent.JSONWriter"
-      provides=".interfaces.IJSONWriter" 
+      provides=".interfaces.IJSONWriter"
     />
-  
+
   <view
         for="zope.interface.Interface"
         type=".interfaces.IJSONRPCRequest"
@@ -54,7 +54,7 @@
         factory=".jsonrpc.MethodTraverser"
         permission="zope.Public"
         />
-        
+
   <!--register a default view for errors, but we do not create the named
   view, so errors from IException are handled by the publisher.-->
   <defaultView
@@ -62,25 +62,25 @@
     type=".interfaces.IJSONRPCRequest"
     name="jsonrpcerror.html"
         />
-        
+
     <browser:resourceDirectory
            name="jsolait"
            directory="./jsolait"
-  />
-  <browser:resourceDirectory
+    />
+    <browser:resourceDirectory
            name="jsolaitlib"
            directory="./jsolait/lib"
-  />
-  <browser:resourceDirectory
+    />
+    <browser:resourceDirectory
            name="jsolaitlibws"
            directory="./jsolait/libws"
-  />
-  
+    />
+
   <help:register
       id="json_rpc"
       title="JSON RPC"
       doc_path="README.txt"
       class="zope.app.onlinehelp.onlinehelptopic.RESTOnlineHelpTopic"
   />
-  
+
 </configure>

Modified: z3/jsonserver/trunk/tests/test_directives.py
==============================================================================
--- z3/jsonserver/trunk/tests/test_directives.py	(original)
+++ z3/jsonserver/trunk/tests/test_directives.py	Thu May 11 14:12:10 2006
@@ -23,8 +23,6 @@
 from zope.app.testing.placelesssetup import PlacelessSetup
 from zope.security.proxy import ProxyFactory
 
-#from zope.component.tests.request import Request
-
 from jsonserver.interfaces import IJSONRPCRequest
 
 import jsonserver


More information about the z3-checkins mailing list