# HG changeset patch # User Franz Glasner # Date 1556913683 -7200 # Node ID 7865f28038a4e82a7b265edc7b23d566b80d03ca # Parent 13527d70e9e3188fb99a9e2b79d535be9932802a Add the "conf-toml" mode mapping to the TOML loader diff -r 13527d70e9e3 -r 7865f28038a4 configmix/__init__.py --- a/configmix/__init__.py Fri May 03 21:59:51 2019 +0200 +++ b/configmix/__init__.py Fri May 03 22:01:23 2019 +0200 @@ -160,6 +160,7 @@ "conf-windows": _load_ini, "ini": _load_ini, "toml": _load_toml, + "conf-toml": _load_toml, "javascript": _load_json, "json": _load_json, }