Skip to content

Commit

Permalink
Fixed test_ssl.py. Branches got mixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
ihamburglar committed May 29, 2015
1 parent b5b6b0e commit 46f2891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenSSL/test/test_ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def socket_pair():
# Most of our callers want non-blocking sockets, make it easy for them.
server.setblocking(False)
client.setblocking(False)
port.close()

return (server, client)


Expand Down

0 comments on commit 46f2891

Please sign in to comment.