summaryrefslogtreecommitdiffstats
path: root/FOSS/Python/Dependencies/future-0.18.2/src/xmlrpc/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'FOSS/Python/Dependencies/future-0.18.2/src/xmlrpc/client.py')
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/xmlrpc/client.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/FOSS/Python/Dependencies/future-0.18.2/src/xmlrpc/client.py b/FOSS/Python/Dependencies/future-0.18.2/src/xmlrpc/client.py
deleted file mode 100644
index a8d0827..0000000
--- a/FOSS/Python/Dependencies/future-0.18.2/src/xmlrpc/client.py
+++ /dev/null
@@ -1,5 +0,0 @@
-from __future__ import absolute_import
-import sys
-
-assert sys.version_info[0] < 3
-from xmlrpclib import *