Calum Lind d32ed4b9de Fixup python code in bindings to pass PEP8 codestyle
* Passes Flake8 default settings.
 * Tabs replace spaces
 * Ensure print_function available for python2
2017-01-21 00:21:54 -05:00

8 lines
123 B
Python
Executable File

#!/usr/bin/env python
import os
os.chdir('bindings/python')
with open('setup.py') as filename:
exec(filename.read())