From 20cf22462a1ede7de2f1733ed82e284b9a63cc5f Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Sat, 23 Oct 2010 13:06:31 +0200 Subject: Explicitely require python2 interpreter --- gnome-bumpchecker.py | 2 +- x-modular-bumpchecker.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-bumpchecker.py b/gnome-bumpchecker.py index 7069f93..7c2e5b8 100755 --- a/gnome-bumpchecker.py +++ b/gnome-bumpchecker.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/python2 # Copyright John N. Laliberte # Copyright Daniel Gryniewicz # LICENSE - GPL2 diff --git a/x-modular-bumpchecker.py b/x-modular-bumpchecker.py index 94b8005..68286f5 100755 --- a/x-modular-bumpchecker.py +++ b/x-modular-bumpchecker.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/python2 # -*- coding: utf-8 -*- # Copyright John N. Laliberte # Copyright Daniel Gryniewicz -- cgit v1.2.3-65-gdbad