changeset 6:bb6b8df4dae8

Clean up
author Ben Croston <ben@croston.org>
date Wed, 31 Aug 2011 22:49:23 +0100
parents f5e3ba8cfcd0
children 3a6f3193cc7d
files __init__.py
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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
-