Name Description Size
__init__.py 1419
configparser.py 4377
files.py Add configs from other list if this list doesn't have this path yet. 9165
ini.py Helper class to gather application information from ini files. This class is working on synchronous open to read files or web data. Subclass this and overwrite loadConfigs and addChild if you need async. 8411
matcher.py Path pattern matcher Supports path matching similar to mozpath.match(), but does not match trailing file paths without trailing wildcards. Also gets a prefix, which is the path before the first wildcard, which is good for filesystem iterations, and allows to replace the own matches in a path on a different Matcher. compare-locales uses that to transform l10n and en-US paths back and forth. 15099
project.py Abstraction of l10n project configuration data. 8784