Skip to content

Commit 2a8316e

Browse files
committed
Add missing newlines (pep-8)
1 parent d65d478 commit 2a8316e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tools/i18n/pygettext.py

+3
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@
195195
196196
''')
197197

198+
198199
def usage(code, msg=''):
199200
print(__doc__ % globals(), file=sys.stderr)
200201
if msg:
@@ -304,6 +305,7 @@ def getFilesForName(name):
304305

305306
return []
306307

308+
307309
class TokenEater:
308310
def __init__(self, options):
309311
self.__options = options
@@ -670,6 +672,7 @@ class Options:
670672
if closep:
671673
fp.close()
672674

675+
673676
if __name__ == '__main__':
674677
main()
675678
# some more test strings

0 commit comments

Comments
 (0)