Commit 176e6f47 authored by Denis Bilenko's avatar Denis Bilenko

test__socket_ssl.py: remove unused variable

--HG--
extra : transplant_source : %8Fm%00l%DE%40%09%974E%7E%A0%1F%23%3F%FF%81%F0%D1%80
parent 499ac927
...@@ -15,7 +15,7 @@ class AmazonHTTPSTests(unittest.TestCase): ...@@ -15,7 +15,7 @@ class AmazonHTTPSTests(unittest.TestCase):
conn = httplib.HTTPSConnection('sdb.amazonaws.com') conn = httplib.HTTPSConnection('sdb.amazonaws.com')
conn.debuglevel = 1 conn.debuglevel = 1
conn.request('GET', '/') conn.request('GET', '/')
resp = conn.getresponse() conn.getresponse()
def test_str_and_repr(self): def test_str_and_repr(self):
conn = socket.socket() conn = socket.socket()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment