Changes between Version 1 and Version 2 of Jsonrpc


Ignore:
Timestamp:
Jun 3, 2009, 12:04:14 PM (15 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Jsonrpc

    v1 v2  
    8383{{{
    8484jsonrpc.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#
    8595
    8696class JsonRpc(object):
Back to Top