mercurial/templates/rss/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 12 Dec 2019 12:41:01 -0800
changeset 45303 f55c47f41b8e
permissions -rw-r--r--
templates: add __init__.py files to templates/ dirs This is necessary for them to be loaded with `importlib.resources`, which we want to do for PyOxidizer and similar. `importlib.resources` cannot read resources from submodules (`resources.open_binary('mercurial.templates', 'coal/map')` is not valid), so we need one `__init__.py` per directory. Differential Revision: https://phab.mercurial-scm.org/D8854
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: