summaryrefslogtreecommitdiffstats
path: root/Python/Dependencies/future-0.18.2/src/future/moves/xmlrpc/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'Python/Dependencies/future-0.18.2/src/future/moves/xmlrpc/client.py')
-rw-r--r--Python/Dependencies/future-0.18.2/src/future/moves/xmlrpc/client.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/xmlrpc/client.py b/Python/Dependencies/future-0.18.2/src/future/moves/xmlrpc/client.py
deleted file mode 100644
index 4708cf8..0000000
--- a/Python/Dependencies/future-0.18.2/src/future/moves/xmlrpc/client.py
+++ /dev/null
@@ -1,7 +0,0 @@
-from __future__ import absolute_import
-from future.utils import PY3
-
-if PY3:
- from xmlrpc.client import *
-else:
- from xmlrpclib import *