[ooni-probe/develop] Import the entire ipaddr module, not just IPAddress.

commit 7ee239ca7b8b4c2541d98a120173d48d5603bdc9 Author: Isis Lovecruft <isis@torproject.org> Date: Mon Apr 22 00:15:14 2013 +0000 Import the entire ipaddr module, not just IPAddress. --- nettests/experimental/tls_handshake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nettests/experimental/tls_handshake.py b/nettests/experimental/tls_handshake.py index ac94466..a1e46ec 100644 --- a/nettests/experimental/tls_handshake.py +++ b/nettests/experimental/tls_handshake.py @@ -31,9 +31,9 @@ import struct import sys import types +import ipaddr import OpenSSL -from ipaddr import IPAddress from OpenSSL import SSL, crypto from twisted.internet import defer, threads from twisted.python import usage, failure
participants (1)
-
isis@torproject.org