hgext/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 14 Nov 2019 13:18:22 -0800
changeset 43674 5be909dbe385
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
util: remove datapath and swith users over to resourceutil The util module no longer needs the datapath for injecting it into the i18n module, so we can remove it from there and update other users. Differential Revision: https://phab.mercurial-scm.org/D7436

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)