зеркало из 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 |
||
---|---|---|
.. | ||
ci | ||
docker | ||
docs | ||
gecko_taskgraph | ||
scripts | ||
test | ||
.yamllint | ||
mach_commands.py | ||
moz.build |