summaryrefslogtreecommitdiff
path: root/gegps
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2016-03-27 18:50:24 -0400
committerEric S. Raymond <esr@thyrsus.com>2016-03-27 18:50:24 -0400
commitc19447cb4e33e4ed6e2d8579621ed4194c9a7493 (patch)
tree72fa09159a8d8cd9462186cb2703b3fc6ff672f7 /gegps
parentf6f22c6cd3b0f52e338f969bd9b6e46aac1b0d9c (diff)
downloadgpsd-c19447cb4e33e4ed6e2d8579621ed4194c9a7493.tar.gz
Restore language about 2.6 portability, clean up Python imports.
Diffstat (limited to 'gegps')
-rwxr-xr-xgegps2
1 files changed, 1 insertions, 1 deletions
diff --git a/gegps b/gegps
index 164a2971..8ded4c95 100755
--- a/gegps
+++ b/gegps
@@ -21,7 +21,7 @@
# Cleaned up and adapted for the GPSD project by Eric S. Raymond.
# This code runs under both Python 2 and Python 3. Preserve this property!
-from __future__ import print_function
+from __future__ import print_function, division
import sys, os, getopt
import gps