Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2a8316e

Browse filesBrowse files
committed
Add missing newlines (pep-8)
1 parent d65d478 commit 2a8316e
Copy full SHA for 2a8316e

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

‎Tools/i18n/pygettext.py

Copy file name to clipboardExpand all lines: Tools/i18n/pygettext.py
+3Lines changed: 3 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.