# HG changeset patch # User Ben Croston # Date 1314827363 -3600 # Node ID bb6b8df4dae8a06afa773c63c39b7dd4d624581d # Parent f5e3ba8cfcd0dce6df42b162dfb72d156001490a Clean up diff -r f5e3ba8cfcd0 -r bb6b8df4dae8 __init__.py --- a/__init__.py Wed Aug 31 22:45:55 2011 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -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 -