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
381d5a3c5d
premiere-libtorrent
/
setup.py
7 lines
92 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
Workaround for python3 in setup.py (#1130) python3 fix
2016-09-23 16:54:20 +02:00
merged changes from RC_1_0
2014-11-28 05:53:21 +01:00
os
.
chdir
(
'
bindings/python
'
)
support building python bindings for python 3 and 64 bit
2018-03-25 22:31:26 +02:00
exec
(
open
(
'
setup.py
'
)
.
read
(
)
)