From c36a4e290512a4628970ea91e5bfd086f67fc931 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 2 Jan 2015 23:49:06 +0100 Subject: [PATCH] move shebang to python2 --- analyze.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analyze.py b/analyze.py index fa00d89..c8f6f3f 100755 --- a/analyze.py +++ b/analyze.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/.