Module: deluge Branch: master Commit: edb0c2e71dbca84813fa468cab191f91db129492
Author: Calum Lind <[email protected]> Date: Sat May 21 13:00:59 2011 +0100 Modify setup scripts to be executable --- create_potfiles_in.py | 1 + msgfmt.py | 1 + setup.py | 1 + 3 files changed, 3 insertions(+), 0 deletions(-) diff --git a/create_potfiles_in.py b/create_potfiles_in.py old mode 100644 new mode 100755 index 6ccb39e..e500a0a --- 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 old mode 100644 new mode 100755 diff --git a/msgfmt.py b/msgfmt.py old mode 100644 new mode 100755 index d9133a2..4bda37e --- a/msgfmt.py +++ b/msgfmt.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: iso-8859-1 -*- # Written by Martin v. Lwis <[email protected]> # Plural forms support added by alexander smishlajev <[email protected]> diff --git a/setup.py b/setup.py index d5f13b1..b065c1f 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # # setup.py # -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
