e2c835db94
--HG-- rename : python/l10n/tb_fluent_migrations/bug_1893758_fluent_migration_calendar_properties_files_01.py => python/l10n/tb_fluent_migrations/completed/bug_1893758_fluent_migration_calendar_properties_files_01.py rename : python/l10n/tb_fluent_migrations/bug_1893758_fluent_migration_calendar_properties_files_02.py => python/l10n/tb_fluent_migrations/completed/bug_1893758_fluent_migration_calendar_properties_files_02.py rename : python/l10n/tb_fluent_migrations/bug_1893758_fluent_migration_calendar_properties_files_03.py => python/l10n/tb_fluent_migrations/completed/bug_1893758_fluent_migration_calendar_properties_files_03.py rename : python/l10n/tb_fluent_migrations/bug_1893758_fluent_migration_calendar_properties_files_04.py => python/l10n/tb_fluent_migrations/completed/bug_1893758_fluent_migration_calendar_properties_files_04.py rename : python/l10n/tb_fluent_migrations/bug_1893758_fluent_migration_calendar_properties_files_05.py => python/l10n/tb_fluent_migrations/completed/bug_1893758_fluent_migration_calendar_properties_files_05.py rename : python/l10n/tb_fluent_migrations/bug_1893758_fluent_migration_calendar_properties_files_06.py => python/l10n/tb_fluent_migrations/completed/bug_1893758_fluent_migration_calendar_properties_files_06.py |
||
---|---|---|
.. | ||
l10n | ||
rocboot | ||
rocbuild/rocbuild | ||
sites | ||
thirdroc | ||
README | ||
moz.build |
README
This directory contains common Python code for Thunderbird. The basic rule is that if Python code is cross-module (that's "module" in the Mozilla meaning - as in "module ownership") and is MPL-compatible, AND it applies only to applications build from comm-central derived repositories (Thunderbird and Seamonkey), it should go here. What should not go here: - Vendored python modules (use third_party/python instead) - Python that is not MPL-compatible (see other-licenses/) - Python that has good reason to remain close to its "owning" (Mozilla) module (e.g. it is only being consumed from there).