summaryrefslogtreecommitdiffstats
path: root/Lib/urllib.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/urllib.py')
-rw-r--r--Lib/urllib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/urllib.py b/Lib/urllib.py
index f472d42..2969ef0 100644
--- a/Lib/urllib.py
+++ b/Lib/urllib.py
@@ -1223,7 +1223,7 @@ if sys.platform == 'darwin':
def getproxies():
return getproxies_environment() or getproxies_internetconfig()
-
+
elif os.name == 'nt':
def getproxies_registry():
"""Return a dictionary of scheme -> proxy server URL mappings.