Commit a691d022 authored by Denis Bilenko's avatar Denis Bilenko

minor formatting fix

parent c5643fea
...@@ -48,7 +48,7 @@ LIBEVENT_MAJOR = None # 1 or 2, specified by -1 or -2 ...@@ -48,7 +48,7 @@ LIBEVENT_MAJOR = None # 1 or 2, specified by -1 or -2
VERBOSE = '-v' in sys.argv VERBOSE = '-v' in sys.argv
static = sys.platform == 'win32' # set to True with --static; set to False with --dynamic static = sys.platform == 'win32' # set to True with --static; set to False with --dynamic
extra_compile_args = [] extra_compile_args = []
sources=['gevent/core.c'] sources = ['gevent/core.c']
libraries = [] libraries = []
extra_objects = [] extra_objects = []
......
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