summaryrefslogtreecommitdiff
path: root/gpscat
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 /gpscat
parentf6f22c6cd3b0f52e338f969bd9b6e46aac1b0d9c (diff)
downloadgpsd-c19447cb4e33e4ed6e2d8579621ed4194c9a7493.tar.gz
Restore language about 2.6 portability, clean up Python imports.
Diffstat (limited to 'gpscat')
-rwxr-xr-xgpscat2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpscat b/gpscat
index 17a68052..e3f265d8 100755
--- a/gpscat
+++ b/gpscat
@@ -5,7 +5,7 @@
#
# Display GPS output. Hexify it if necessary.
#
-from __future__ import print_function
+from __future__ import print_function, division
import os, sys, termios, socket, select, getopt, curses.ascii
import gps.packet as sniffer