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/export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'icefuzz/export.py') diff --git a/icefuzz/export.py b/icefuzz/export.py index dc1a66f..7f4e66f 100644 --- a/icefuzz/export.py +++ b/icefuzz/export.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 from __future__ import division from __future__ import print_function -- cgit v1.2.3