From edb0c2e71dbca84813fa468cab191f91db129492 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Sat, 21 May 2011 13:00:59 +0100 Subject: [PATCH] Modify setup scripts to be executable --- create_potfiles_in.py | 1 + gettextize.sh | 0 msgfmt.py | 1 + setup.py | 1 + 4 files changed, 3 insertions(+) mode change 100644 => 100755 create_potfiles_in.py mode change 100644 => 100755 gettextize.sh mode change 100644 => 100755 msgfmt.py diff --git a/create_potfiles_in.py b/create_potfiles_in.py old mode 100644 new mode 100755 index 6ccb39e1d..e500a0a06 --- 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 d9133a2cc..4bda37ebb --- a/msgfmt.py +++ b/msgfmt.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: iso-8859-1 -*- # Written by Martin v. Lwis # Plural forms support added by alexander smishlajev 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 #