Changes between Version 1 and Version 2 of Jsonrpc
- Timestamp:
- Jun 3, 2009, 12:04:14 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Jsonrpc
v1 v2 83 83 {{{ 84 84 jsonrpc.py 85 86 # 87 # Copyright (c) 2009, Ben Wilber (benwilber@gmail.com) 88 # All rights reserved 89 # 90 # This program is free software; you can redistribute it and/or modify 91 # it under the terms of the GNU General Public License. You should have 92 # received a copy of the GPL license along with this program; if you 93 # did not, you can find it at http://www.gnu.org/ 94 # 85 95 86 96 class JsonRpc(object):