Mercurial > hg > AuthRPC
view __init__.py @ 1:317e6f82c733
-
author | Ben Croston <ben@croston.org> |
---|---|
date | Tue, 30 Aug 2011 22:47:02 +0100 |
parents | 6a61cfdf6930 |
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