From 4c1335f51e5b1bcaa3ba5092a7b400c7ab5c337d Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Thu, 30 Jul 2015 10:15:48 +0200 Subject: Replaced calls to "python" with "python2" --- icefuzz/extract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'icefuzz/extract.py') diff --git a/icefuzz/extract.py b/icefuzz/extract.py index 9fa8a8c..ac35e22 100644 --- a/icefuzz/extract.py +++ b/icefuzz/extract.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 from __future__ import division from __future__ import print_function -- cgit v1.2.3