From f6f96a26e036e56577ad5a1bfec78fd06f419ca0 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 22 Aug 2015 09:36:28 +0200 Subject: icefuzz: python 3 --- icefuzz/tests/colbuf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'icefuzz/tests/colbuf.py') diff --git a/icefuzz/tests/colbuf.py b/icefuzz/tests/colbuf.py index 7b080b1..fcf0340 100644 --- a/icefuzz/tests/colbuf.py +++ b/icefuzz/tests/colbuf.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 import fileinput -- cgit v1.2.3