summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2016-03-22 06:24:37 -0400
committerEric S. Raymond <esr@thyrsus.com>2016-03-22 06:24:37 -0400
commit833a7d270712635854b207e77f599410df14dad8 (patch)
tree199518192cdc24920c0b1294b950482e4982a771
parent261cba748c154d6e529a8195a3ec77c7a3c48f3c (diff)
downloadgpsd-833a7d270712635854b207e77f599410df14dad8.tar.gz
Add comment that should have gone in last commit.
-rw-r--r--gpscap.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpscap.py b/gpscap.py
index 998d2f7a..32a854e0 100644
--- a/gpscap.py
+++ b/gpscap.py
@@ -4,6 +4,7 @@ gpscap - GPS/AIS capability dictionary class.
This file is Copyright (c) 2010 by the GPSD project
BSD terms apply: see the file COPYING in the distribution root for details.
"""
+# This code runs under both Python 2 and Python 3. Preserve this property!
from __future__ import print_function
try: