hgext/__init__.py
author Manuel Jacob <me@manueljacob.de>
Sat, 11 Jul 2020 03:17:42 +0200
changeset 45092 6a5dcd754842
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
overlayworkingctx: remove unused `nofilechanges()` and `_compact()` methods Differential Revision: https://phab.mercurial-scm.org/D8733

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)