Home
last modified time | relevance | path

Searched refs:excludefilename (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Tools/i18n/
H A Dpygettext.py555 excludefilename = ''
603 options.excludefilename = arg
622 if options.excludefilename:
624 with open(options.excludefilename) as fp:
628 "Can't read --exclude-file: %s") % options.excludefilename, file=sys.stderr)
549 excludefilename = '' global() variable in main.Options

Completed in 1 milliseconds