Convert bad quotes to only single quote

This commit is contained in:
Liwink 2016-10-11 16:58:58 +08:00
parent b9766ce5df
commit 757f991dae
14 changed files with 41 additions and 41 deletions

View file

@ -36,7 +36,7 @@ if __name__ == '__main__':
# make sure they're from the same source port
assert result1 == result2
"""
'''
# Test 2: same source port IPv6
# try again from the same port but IPv6
sock_out = socks.socksocket(socket.AF_INET, socket.SOCK_DGRAM,
@ -82,4 +82,4 @@ if __name__ == '__main__':
sock_out.close()
sock_in1.close()
"""
'''