Changes between Version 13 and Version 14 of Jsonrpc


Ignore:
Timestamp:
Jul 20, 2011, 12:53:41 AM (13 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Jsonrpc

    v13 v14  
    1717from jsonrpc import JsonRpc, publicmethod
    1818from django.core.urlresolvers import reverse
     19from django.http import HttpResponse
    1920
    2021class MyRpcMethods(object):
Back to Top