
* Passes Flake8 default settings. * Tabs replace spaces * Ensure print_function available for python2
8 lines
123 B
Python
Executable File
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())
|