Add/fix shebang in python scripts, add execute permission (linux), remove whitespace/tabs at end of line
This commit is contained in:
2
bindings/python/rss_reader.py
Normal file → Executable file
2
bindings/python/rss_reader.py
Normal file → Executable file
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
import sys
|
||||
import libtorrent as lt
|
||||
|
Reference in New Issue
Block a user