This website requires JavaScript.
Explore
Help
Sign In
jiigen666
/
libtorrent
Watch
1
Star
0
Fork
0
You've already forked libtorrent
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
663dc5030d269225aa685c2de71f84ad8ba06021
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 13:51:30 +08:00
#!/usr/bin/env python
merge changes from RC_1_0
2014-08-02 22:58:49 +00:00
import
os
merged changes from RC_1_0
2014-11-28 04:53:21 +00:00
os
.
chdir
(
'
bindings/python
'
)
execfile
(
'
setup.py
'
)
Reference in New Issue
Copy Permalink