premiere-libtorrent/setup.py

7 lines
93 B
Python
Raw Normal View History

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