mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
Modify setup scripts to be executable
This commit is contained in:
parent
1c58dce3c1
commit
edb0c2e71d
4 changed files with 3 additions and 0 deletions
1
create_potfiles_in.py
Normal file → Executable file
1
create_potfiles_in.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
import os
|
||||
|
||||
# Paths to exclude
|
||||
|
|
0
gettextize.sh
Normal file → Executable file
0
gettextize.sh
Normal file → Executable file
1
msgfmt.py
Normal file → Executable file
1
msgfmt.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: iso-8859-1 -*-
|
||||
# Written by Martin v. Lwis <loewis@informatik.hu-berlin.de>
|
||||
# Plural forms support added by alexander smishlajev <alex@tycobka.lv>
|
||||
|
|
1
setup.py
1
setup.py
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#
|
||||
# setup.py
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue