Skip to content

Commit

Permalink
Add missing newlines (pep-8)
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephSBoyle committed Mar 8, 2023
1 parent d65d478 commit 2a8316e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tools/i18n/pygettext.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@
''')


def usage(code, msg=''):
print(__doc__ % globals(), file=sys.stderr)
if msg:
Expand Down Expand Up @@ -304,6 +305,7 @@ def getFilesForName(name):

return []


class TokenEater:
def __init__(self, options):
self.__options = options
Expand Down Expand Up @@ -670,6 +672,7 @@ class Options:
if closep:
fp.close()


if __name__ == '__main__':
main()
# some more test strings
Expand Down

0 comments on commit 2a8316e

Please sign in to comment.