Commit 415f768d authored by Ralf Schmitt's avatar Ralf Schmitt

fix pep8 warnings in setup.py

parent 84ad7ebe
......@@ -81,9 +81,9 @@ def make_universal_header(filename, *defines):
def _system(cmd):
cmd = ' '.join(cmd)
sys.stderr.write('Running %r in %s\n' % (cmd, os.getcwd()))
return os.system(cmd)
cmd = ' '.join(cmd)
sys.stderr.write('Running %r in %s\n' % (cmd, os.getcwd()))
return os.system(cmd)
def configure_libev(bext, ext):
......
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