зеркало из https://github.com/mozilla/gecko-dev.git
a3fb6515cf
Convert all other imports of `pytoml` within mozilla-central to imports of `toml`. As both libraries patterned their API on that of the Python standard- library module `json`, this is mostly a straight replace, with two caveats: * pytoml's exception messages when loading a file provide the file name; toml's do not. Some additional machinery has been added or repurposed in a few places to ensure that the relevant filename is printed. * In `python_lockfile.py`, the order of arguments to `dump` needed to be reversed. (`toml` follows `json` in this; `pytoml` differs.) This patchset does not remove pytoml from `requirements.in`, as `pytoml` is still used by `compare-locales`. Differential Revision: https://phabricator.services.mozilla.com/D164155 |
||
---|---|---|
.. | ||
actors | ||
components | ||
content | ||
crashreporter | ||
docs | ||
library | ||
locales | ||
modules | ||
mozapps | ||
profile | ||
system | ||
themes | ||
xre | ||
.eslintrc.js | ||
l10n-registry.manifest | ||
moz.build | ||
moz.configure | ||
toolkit.mozbuild |