summaryrefslogtreecommitdiff
path: root/gpscap.py
diff options
context:
space:
mode:
authorJon Schlueter <jschlueter@redhat.com>2016-02-06 23:42:56 -0500
committerJon Schlueter <jschlueter@redhat.com>2016-02-09 21:12:53 -0500
commitf9a3fb0b26a407b9be87c87f39fcf94301b72d11 (patch)
tree095d74ad28ef1f53b6539989381297efd58709d4 /gpscap.py
parent093473653817f7fd4da19453d02f84e1979170a5 (diff)
downloadgpsd-f9a3fb0b26a407b9be87c87f39fcf94301b72d11.tar.gz
[pep8] autopep8 whitespace cleanup
large scale autopep8 cleanup of several pep8 whitespace warnings
Diffstat (limited to 'gpscap.py')
-rw-r--r--gpscap.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpscap.py b/gpscap.py
index 40a03004..422ecb93 100644
--- a/gpscap.py
+++ b/gpscap.py
@@ -7,6 +7,7 @@ BSD terms apply: see the file COPYING in the distribution root for details.
"""
import ConfigParser
+
class GPSDictionary(ConfigParser.RawConfigParser):
def __init__(self, *files):
"Initialize the capability dictionary"