13 lines
420 B
Diff
13 lines
420 B
Diff
|
Index: Python-2.7.9/Lib/test/test_urllib2_localnet.py
|
||
|
===================================================================
|
||
|
--- Python-2.7.9.orig/Lib/test/test_urllib2_localnet.py 2014-12-10 16:59:48.000000000 +0100
|
||
|
+++ Python-2.7.9/Lib/test/test_urllib2_localnet.py 2014-12-15 13:57:25.013615707 +0100
|
||
|
@@ -5,7 +5,6 @@
|
||
|
import BaseHTTPServer
|
||
|
import unittest
|
||
|
import hashlib
|
||
|
-import ssl
|
||
|
|
||
|
from test import test_support
|
||
|
|