aboutsummaryrefslogtreecommitdiffstats
path: root/icebox/icebox_maps.py
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-08-22 09:43:14 +0200
committerClifford Wolf <clifford@clifford.at>2015-08-22 09:43:14 +0200
commit498a7acbe2a708148ed7cbf6934debb1193f656d (patch)
treef02b4c696920a125478cea7c445944e5f4181858 /icebox/icebox_maps.py
parentf6f96a26e036e56577ad5a1bfec78fd06f419ca0 (diff)
downloadicestorm-498a7acbe2a708148ed7cbf6934debb1193f656d.tar.gz
icestorm-498a7acbe2a708148ed7cbf6934debb1193f656d.tar.bz2
icestorm-498a7acbe2a708148ed7cbf6934debb1193f656d.zip
icebox: python3
Diffstat (limited to 'icebox/icebox_maps.py')
-rwxr-xr-xicebox/icebox_maps.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/icebox/icebox_maps.py b/icebox/icebox_maps.py
index 2a74400..49f2638 100755
--- a/icebox/icebox_maps.py
+++ b/icebox/icebox_maps.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/env python3
#
# Copyright (C) 2015 Clifford Wolf <clifford@clifford.at>
#
@@ -15,9 +15,6 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#
-from __future__ import division
-from __future__ import print_function
-
import icebox
import getopt, sys, re