From a2f0f051b03451dc3a8e66217e4f7b7974179023 Mon Sep 17 00:00:00 2001 From: Alexandre Courbot Date: Sun, 1 Apr 2012 23:12:27 +0900 Subject: [PATCH] Explicitly use python2 for scripts --- kvg.py | 2 +- listmissingcomponents.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kvg.py b/kvg.py index 4bea8a46e..5ad048b86 100755 --- a/kvg.py +++ b/kvg.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # -*- coding: utf-8 -*- # # Copyright (C) 2011 Alexandre Courbot diff --git a/listmissingcomponents.py b/listmissingcomponents.py index 3fe8bcdff..bdb71a530 100755 --- a/listmissingcomponents.py +++ b/listmissingcomponents.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # -*- coding: utf-8 -*- # # Copyright (C) 2009 Alexandre Courbot