From 8849c996754408f9e10e92c582d6f29d8b95bfba Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 23 Aug 2012 00:24:13 +0200 Subject: [PATCH] Use recommended shebang for Python scripts --- tools/debug-proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/debug-proxy.py b/tools/debug-proxy.py index 3ff6f561..2f54ea36 100755 --- a/tools/debug-proxy.py +++ b/tools/debug-proxy.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#! /usr/bin/env python import argparse import difflib