/[papo]/gnue/common/src/commdrivers/xmlrpc/RpcDoc.py
ViewVC logotype

Diff of /gnue/common/src/commdrivers/xmlrpc/RpcDoc.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by styxman, Fri Nov 15 15:32:55 2002 UTC revision 1.2.2.1 by anthonyl, Tue Mar 4 22:09:33 2003 UTC
# Line 16  Line 16 
16  # write to the Free Software Foundation, Inc., 59 Temple Place  # write to the Free Software Foundation, Inc., 59 Temple Place
17  # - Suite 330, Boston, MA 02111-1307, USA.  # - Suite 330, Boston, MA 02111-1307, USA.
18  #  #
19  # Copyright 2001 Free Software Foundation  # Copyright 2001-2003 Free Software Foundation
20  #  #
21  # FILE:  # FILE:
22  # xmlrpc/RpcDoc.py  # xmlrpc/RpcDoc.py
# Line 117  Commands: doc       list all methods and Line 117  Commands: doc       list all methods and
117      gendocJS(rpcdef, outfile)      gendocJS(rpcdef, outfile)
118            
119    else:    else:
120      raise StandardError, _("Unrecognized XML-RPC doc command: %s") % command      tmsg = _("Unrecognized XML-RPC doc command: %s") % command
121        raise StandardError, tmsg
122    
123  ##  ##
124  ##  Create normal documentation  ##  Create normal documentation

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26