From dd62fbe4bc1684ed2939866e3ba15d5b7d924831 Mon Sep 17 00:00:00 2001 From: Eevee Date: Sat, 17 Nov 2012 01:39:39 -0800 Subject: [PATCH] python => python2 --- bin/edit-csv-as-yaml | 2 +- bin/poupdate | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/edit-csv-as-yaml b/bin/edit-csv-as-yaml index 96d521c..6bbabcd 100755 --- a/bin/edit-csv-as-yaml +++ b/bin/edit-csv-as-yaml @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """Quick, dirty script that will convert a csv file to yaml, spawn an editor for you to fiddle with it, then convert back to csv and replace the original file. diff --git a/bin/poupdate b/bin/poupdate index 5a6fa17..7d5023b 100755 --- a/bin/poupdate +++ b/bin/poupdate @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python2 # Encoding: UTF-8 u"""Creation and loading of GNU Gettext language files.