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" --- icebox/icebox_html.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'icebox/icebox_html.py') diff --git a/icebox/icebox_html.py b/icebox/icebox_html.py index 53cbdb2..7684632 100755 --- a/icebox/icebox_html.py +++ b/icebox/icebox_html.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # # Copyright (C) 2015 Clifford Wolf # @@ -566,7 +566,7 @@ if outdir is not None: print_tile(x, y) print("Writing %s/%s..." % (outdir, chipdbfile), file=stdout) - os.system("python icebox_chipdb.py > %s/%s" % (outdir, chipdbfile)) + os.system("python2 icebox_chipdb.py > %s/%s" % (outdir, chipdbfile)) sys.stdout = stdout -- cgit v1.2.3