Commit d127d9d5 authored by Denis Bilenko's avatar Denis Bilenko

pep8

parent 60ef721a
......@@ -196,7 +196,7 @@ def patch_all(socket=True, dns=True, time=True, select=True, thread=True, os=Tru
try:
patch_ssl()
except ImportError:
pass # python <= 2.5 and ssl package is not installed
pass # python <= 2.5 and ssl package is not installed
if httplib:
patch_httplib()
......
......@@ -92,7 +92,7 @@ def make_universal_header(filename, *defines):
elif line.startswith('#endif'):
ifdef -= 1
elif not ifdef:
for prefix,define in defines:
for prefix, define in defines:
if line.startswith(prefix):
line = '#ifdef __LP64__\n#define %s 8\n#else\n#define %s 4\n#endif' % (define, define)
break
......
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