svgui/pyjs/jsonrpc/django/jsonrpc.py
changeset 1869 49cdd843c006
parent 1850 614396cbffbf
child 1878 fb73a6b6622d
equal deleted inserted replaced
1868:616c3f4bcbcb 1869:49cdd843c006
     4 import datetime
     4 import datetime
     5 
     5 
     6 from django.core.serializers import serialize
     6 from django.core.serializers import serialize
     7 
     7 
     8 
     8 
     9 from pyjs.jsonrpc import JSONRPCServiceBase
     9 from svgui.pyjs.jsonrpc.jsonrpc import JSONRPCServiceBase
    10 # JSONRPCService and jsonremote are used in combination to drastically
    10 # JSONRPCService and jsonremote are used in combination to drastically
    11 # simplify the provision of JSONRPC services.  use as follows:
    11 # simplify the provision of JSONRPC services.  use as follows:
    12 #
    12 #
    13 # jsonservice = JSONRPCService()
    13 # jsonservice = JSONRPCService()
    14 #
    14 #