aboutsummaryrefslogtreecommitdiffstats
path: root/osmopy/osmoutil.py
diff options
context:
space:
mode:
Diffstat (limited to 'osmopy/osmoutil.py')
-rwxr-xr-xosmopy/osmoutil.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/osmopy/osmoutil.py b/osmopy/osmoutil.py
index 54a3456..ec9c8c3 100755
--- a/osmopy/osmoutil.py
+++ b/osmopy/osmoutil.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# (C) 2013 by Katerina Barone-Adesi <kat.obsc@gmail.com>
# This program is free software: you can redistribute it and/or modify
@@ -14,7 +14,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-from __future__ import print_function
import subprocess
import os
import sys