summaryrefslogtreecommitdiffstats
path: root/Lib/urllib2.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/urllib2.py')
-rw-r--r--Lib/urllib2.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/urllib2.py b/Lib/urllib2.py
index 34d99fc..19bf082 100644
--- a/Lib/urllib2.py
+++ b/Lib/urllib2.py
@@ -1295,5 +1295,3 @@ class OpenerFactory:
if inspect.isclass(ph):
ph = ph()
opener.add_handler(ph)
-
-