From c19447cb4e33e4ed6e2d8579621ed4194c9a7493 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 27 Mar 2016 18:50:24 -0400 Subject: Restore language about 2.6 portability, clean up Python imports. --- gpsprof | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gpsprof') diff --git a/gpsprof b/gpsprof index 88dc4273..6ed691e1 100755 --- a/gpsprof +++ b/gpsprof @@ -7,6 +7,8 @@ # Requires gnuplot. # # This code runs under both Python 2 and Python 3. Preserve this property! +from __future__ import print_function, division + import copy import getopt import gps -- cgit v1.2.1