This website requires JavaScript.
Explore
Help
Register
Sign In
wornvirtue
/
premiere-libtorrent
forked from
premiere/premiere-libtorrent
Watch
1
Star
0
Fork
You've already forked premiere-libtorrent
0
Code
Pull Requests
Activity
20c1407612
premiere-libtorrent
/
setup.py
6 lines
82 B
Python
Raw
Normal View
History
Unescape
Escape
Add/fix shebang in python scripts, add execute permission (linux), remove whitespace/tabs at end of line
2015-07-11 07:51:30 +02:00
#!/usr/bin/env python
merge changes from RC_1_0
2014-08-03 00:58:49 +02:00
import
os
merged changes from RC_1_0
2014-11-28 05:53:21 +01:00
os
.
chdir
(
'
bindings/python
'
)
execfile
(
'
setup.py
'
)