Commit 8d7c3687 authored by Ralf Schmitt's avatar Ralf Schmitt

setup.py: pep 8

parent 44f3401a
......@@ -129,7 +129,7 @@ def compile_libevent(build):
if not exists("./config.status"):
mysystem("%s --with-pic --disable-shared --disable-dependency-tracking" % configure)
if "bsd" in sys.platform:
if "bsd" in sys.platform:
mysystem("gmake")
else:
mysystem("make")
......
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