Mercurial > hg > AuthRPC
view __init__.py @ 0:6a61cfdf6930
Initial version
author | Ben Croston <ben@croston.org> |
---|---|
date | Tue, 30 Aug 2011 22:19:48 +0100 |
parents | |
children |
line wrap: on
line source
import platform if platform.python_version().startswith('2'): from webob_jsonrpc.JsonRpcApp import JsonRpcApp from webob_jsonrpc.ServerProxy2 import ServerProxy2 as ServerProxy else: from webob_jsonrpc.ServerProxy import ServerProxy