summaryrefslogtreecommitdiff
path: root/python/samba/compat.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/samba/compat.py')
-rw-r--r--python/samba/compat.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/python/samba/compat.py b/python/samba/compat.py
index d7603d3964e..603cb08fe52 100644
--- a/python/samba/compat.py
+++ b/python/samba/compat.py
@@ -69,9 +69,6 @@ if PY3:
return (x > y) - (x < y)
# compat functions
- from urllib.parse import quote as urllib_quote
- from urllib.parse import urljoin as urllib_join
- from urllib.request import urlopen as urllib_urlopen
from functools import cmp_to_key as cmp_to_key_fn
import socketserver as SocketServer
@@ -149,9 +146,6 @@ else:
else:
from functools import cmp_to_key as cmp_to_key_fn
# compat functions
- from urllib import quote as urllib_quote
- from urllib import urlopen as urllib_urlopen
- from urlparse import urljoin as urllib_join
import SocketServer as SocketServer
# compat types