diff options
| author | Clifford Wolf <clifford@clifford.at> | 2015-07-30 10:15:48 +0200 |
|---|---|---|
| committer | Clifford Wolf <clifford@clifford.at> | 2015-07-30 10:15:48 +0200 |
| commit | 4c1335f51e5b1bcaa3ba5092a7b400c7ab5c337d (patch) | |
| tree | 5e08fd3e524fd5ec04aef6aa88d5cc101ff8e9ab /icebox/icebox_html.py | |
| parent | daa51615301dfece43ec2fd8571e7c8c8ef32060 (diff) | |
Replaced calls to "python" with "python2"
Diffstat (limited to 'icebox/icebox_html.py')
| -rwxr-xr-x | icebox/icebox_html.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 <clifford@clifford.at> # @@ -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 |
