mirror of
https://github.com/arvidn/libtorrent.git
synced 2026-05-09 01:10:42 -04:00
d32ed4b9de
* 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())
|