[z3-checkins] r26125 - z3/jsonserver/branch/merge/utils

reebalazs at codespeak.net reebalazs at codespeak.net
Sat Apr 22 11:42:03 CEST 2006


Author: reebalazs
Date: Sat Apr 22 11:42:02 2006
New Revision: 26125

Modified:
   z3/jsonserver/branch/merge/utils/pyclient
Log:
Add comment to pyclient

Modified: z3/jsonserver/branch/merge/utils/pyclient
==============================================================================
--- z3/jsonserver/branch/merge/utils/pyclient	(original)
+++ z3/jsonserver/branch/merge/utils/pyclient	Sat Apr 22 11:42:02 2006
@@ -1,15 +1,25 @@
+#! /usr/bin/python
 '''\
 A python client for jsonserver.
 
-This is a separate file that is not needed for jsonserver to work.
+This is a separate utility that is not needed for jsonserver to work.
 
 It can be used to
 
 - test json components from the command line
 - create a standalone python json-rpc client.
 
-This file needs to import minjson.py, it uses nothing else
-from the server.
+This utility will only work if the following packages are
+importable from python:
+
+	minjson
+	zope.component
+	zope.interface
+
+Since neither minjson nor the zope component architecture
+are distributed as standalone at the moment,
+you have to arrange this yourself (e.g. symlinking to
+site-packages)
 '''
 
 import urllib2


More information about the z3-checkins mailing list