hgext/__init__.py
author Augie Fackler <augie@google.com>
Thu, 24 Jan 2019 11:39:38 -0500
changeset 41358 671d5a712237
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
py3: add missing b prefixes in test-acl.t There's one failure left in the test, which looks like a real problem around executing hooks. I have not investigated further. # skip-blame as just b'' prefixes Differential Revision: https://phab.mercurial-scm.org/D5677

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)