We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65d478 commit 2a8316eCopy full SHA for 2a8316e
Tools/i18n/pygettext.py
@@ -195,6 +195,7 @@
195
196
''')
197
198
+
199
def usage(code, msg=''):
200
print(__doc__ % globals(), file=sys.stderr)
201
if msg:
@@ -304,6 +305,7 @@ def getFilesForName(name):
304
305
306
return []
307
308
309
class TokenEater:
310
def __init__(self, options):
311
self.__options = options
@@ -670,6 +672,7 @@ class Options:
670
672
if closep:
671
673
fp.close()
674
675
676
if __name__ == '__main__':
677
main()
678
# some more test strings
0 commit comments