From 0ad5cbc6bf5e9c4d0b5af85544b77dcb29cddb56 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sun, 20 Sep 2015 19:56:45 +0200 Subject: python3++ --- test/test_socks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_socks.py') diff --git a/test/test_socks.py b/test/test_socks.py index dd8e2807..d95dee41 100644 --- a/test/test_socks.py +++ b/test/test_socks.py @@ -121,7 +121,7 @@ def test_message_ipv4(): def test_message_ipv6(): # Test ATYP=0x04 (IPV6) - ipv6_addr = "2001:db8:85a3:8d3:1319:8a2e:370:7344" + ipv6_addr = u"2001:db8:85a3:8d3:1319:8a2e:370:7344" raw = tutils.treader( b"\x05\x01\x00\x04" + -- cgit v1.2.3