Commit 5f4a5445 authored by Denis Bilenko's avatar Denis Bilenko

kill trailing whitespace

parent 84d16675
......@@ -4,7 +4,7 @@ from gevent.resolver_ares import Resolver
from gevent import socket
print gevent.__file__
address = ('127.0.0.10', 53)
address = ('127.0.0.10', 53)
listener = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
try:
listener.bind(address)
......
......@@ -764,7 +764,7 @@ else:
ssl_version=client_protocol)
s.connect((HOST, server.port))
args = [indata]
if sys.version_info[:2] >= (2, 7):
if sys.version_info[:2] >= (2, 7):
# bytearray fails on Python2.6
args.append(bytearray(indata))
if memoryview is not None:
......
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