Commit 28e6733a authored by Ralf Schmitt's avatar Ralf Schmitt

setup.py: remove unused variable 'cmdclass'.

parent 68c1f3de
......@@ -95,8 +95,6 @@ class my_build_ext(build_ext.build_ext):
traceback.print_exc()
return result
cmdclass = {'build_ext': my_build_ext}
def mysystem(cmd):
err = os.system(cmd)
......
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