summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Zeimetz <bernd@bzed.de>2010-04-22 01:51:45 +0200
committerBernd Zeimetz <bernd@bzed.de>2010-04-22 03:20:02 +0200
commite3a306ed0168380ff0107577d6199dd874144b92 (patch)
treeaf8b42355f905f2e68f63548279b488fcd813523
parent5e574f51f9ac705365bf50fbc815fedb3ed9db9a (diff)
downloadgpsd-e3a306ed0168380ff0107577d6199dd874144b92.tar.gz
There are utf8 chars in the file, so let Python handle them.
-rwxr-xr-xgps/gps.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gps/gps.py b/gps/gps.py
index de01721f..aec7c810 100755
--- a/gps/gps.py
+++ b/gps/gps.py
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+# -*- coding: utf-8 -*-
#
# This file is Copyright (c) 2010 by the GPSD project
# BSD terms apply: see the file COPYING in the distribution root for details.