Mercurial > hg > AuthRPC
comparison __init__.py @ 0:6a61cfdf6930
Initial version
author | Ben Croston <ben@croston.org> |
---|---|
date | Tue, 30 Aug 2011 22:19:48 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:6a61cfdf6930 |
---|---|
1 import platform | |
2 if platform.python_version().startswith('2'): | |
3 from webob_jsonrpc.JsonRpcApp import JsonRpcApp | |
4 from webob_jsonrpc.ServerProxy2 import ServerProxy2 as ServerProxy | |
5 else: | |
6 from webob_jsonrpc.ServerProxy import ServerProxy | |
7 |