hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 15 Jan 2020 15:48:47 +0100
changeset 44317 78721bbdb2ab
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
nodemap: code to parse the persistent binary nodemap data We now have code to read back what we persisted. This will be put to use in later changesets. Differential Revision: https://phab.mercurial-scm.org/D7844

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)