changeset 29:e73e4677f873

use python 2 explicitly
author Daniel O'Connor <darius@dons.net.au>
date Fri, 27 Sep 2019 14:44:56 +0930
parents b474c873357d
children 08cddcdb0db3
files speedcheck.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/speedcheck.py	Sun Aug 12 17:39:32 2018 +0930
+++ b/speedcheck.py	Fri Sep 27 14:44:56 2019 +0930
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 import ConfigParser
 import optparse