premiere-libtorrent/setup.py

8 lines
123 B
Python
Raw Normal View History

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