summaryrefslogtreecommitdiff
path: root/maskaudit.py
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-07-26 15:39:06 -0700
committerGary E. Miller <gem@rellim.com>2018-07-26 15:39:06 -0700
commit248137759243a0a8d8d11a8fd568286e4b2f4c49 (patch)
tree5089fbc9d580de816c1e7303d8661be681089ff3 /maskaudit.py
parent2da1de82d746ead5f1554883147e3ff8f9adffc5 (diff)
downloadgpsd-248137759243a0a8d8d11a8fd568286e4b2f4c49.tar.gz
maskaudit.py: pep8 cleanup.
Note the program pep8 is now called pycodestyle
Diffstat (limited to 'maskaudit.py')
-rwxr-xr-xmaskaudit.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/maskaudit.py b/maskaudit.py
index debe3eaf..ed81ae86 100755
--- a/maskaudit.py
+++ b/maskaudit.py
@@ -62,6 +62,7 @@ class SourceExtractor(object):
else:
return self.in_daemon(flag)
+
if __name__ == '__main__':
try:
(options, arguments) = getopt.getopt(sys.argv[1:], "cdpt")