summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2011-05-21 13:00:59 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2011-05-21 18:54:15 +0100
commitedb0c2e71dbca84813fa468cab191f91db129492 (patch)
treee29ee726ece865ce2c9482444c75f7e67c867bf1
parent1c58dce3c115c576f4908c360278c6cfbf9c692a (diff)
downloaddeluge-edb0c2e71dbca84813fa468cab191f91db129492.tar.gz
deluge-edb0c2e71dbca84813fa468cab191f91db129492.tar.bz2
deluge-edb0c2e71dbca84813fa468cab191f91db129492.zip
Modify setup scripts to be executable
-rwxr-xr-x[-rw-r--r--]create_potfiles_in.py1
-rwxr-xr-x[-rw-r--r--]gettextize.sh0
-rwxr-xr-x[-rw-r--r--]msgfmt.py1
-rw-r--r--setup.py1
4 files changed, 3 insertions, 0 deletions
diff --git a/create_potfiles_in.py b/create_potfiles_in.py
index 6ccb39e1d..e500a0a06 100644..100755
--- a/create_potfiles_in.py
+++ b/create_potfiles_in.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
import os
# Paths to exclude
diff --git a/gettextize.sh b/gettextize.sh
index 056b0cf33..056b0cf33 100644..100755
--- a/gettextize.sh
+++ b/gettextize.sh
diff --git a/msgfmt.py b/msgfmt.py
index d9133a2cc..4bda37ebb 100644..100755
--- a/msgfmt.py
+++ b/msgfmt.py
@@ -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>
diff --git a/setup.py b/setup.py
index d5f13b11f..b065c1f08 100644
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
#
# setup.py
#