From 9264a6fd1a42890171253b67984a824a4bad03b0 Mon Sep 17 00:00:00 2001 From: Lubosz Sarnecki Date: Wed, 11 Jun 2014 20:33:05 +0200 Subject: [PATCH 1/6] python: change shebang to python2 --- cerbero-uninstalled | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cerbero-uninstalled b/cerbero-uninstalled index 6c74173..6a906df 100755 --- a/cerbero-uninstalled +++ b/cerbero-uninstalled @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import sys import os -- 2.0.0