premiere-libtorrent/setup.py

9 lines
133 B
Python
Raw Normal View History

#!/usr/bin/env python
2014-08-03 00:58:49 +02:00
import os
import sys
2014-11-28 05:53:21 +01:00
os.chdir('bindings/python')
with open('setup.py) as filename:
exec(filename.read())