[KSS-checkins] r51973 - kukit/kss.zope/trunk/kss/zope
gotcha at codespeak.net
gotcha at codespeak.net
Sat Mar 1 08:37:26 CET 2008
Author: gotcha
Date: Sat Mar 1 08:37:25 2008
New Revision: 51973
Modified:
kukit/kss.zope/trunk/kss/zope/actionwrapper.py
Log:
change protocol version
Modified: kukit/kss.zope/trunk/kss/zope/actionwrapper.py
==============================================================================
--- kukit/kss.zope/trunk/kss/zope/actionwrapper.py (original)
+++ kukit/kss.zope/trunk/kss/zope/actionwrapper.py Sat Mar 1 08:37:25 2008
@@ -185,7 +185,7 @@
>>> hasattr(v, 'error')
True
>>> v(1, b=2)
- '<?xml version="1.0" ?>\n<kukit xmlns="http://www.kukit.org/commands/1.0"><commands>\n<command name="error"><param name="message">The error</param></command></commands></kukit>'
+ '<?xml version="1.0" ?>\n<kukit xmlns="http://www.kukit.org/commands/1.1"><commands>\n<command name="error"><param name="message">The error</param></command></commands></kukit>'
In addition, to be publishable, the docstring must exist. Let's
see if the wrapper actually does this. If the method had a docstring,
More information about the Kukit-checkins
mailing list