From f9a3fb0b26a407b9be87c87f39fcf94301b72d11 Mon Sep 17 00:00:00 2001 From: Jon Schlueter Date: Sat, 6 Feb 2016 23:42:56 -0500 Subject: [pep8] autopep8 whitespace cleanup large scale autopep8 cleanup of several pep8 whitespace warnings --- gpscap.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gpscap.py') 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" -- cgit v1.2.1