Commit 8ca7ff42 authored by Denis Bilenko's avatar Denis Bilenko

test__socket_ssl.py: remove unused variable

parent 55761fc2
...@@ -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