hgext/__init__.py
author Augie Fackler <augie@google.com>
Wed, 25 Sep 2019 11:04:08 -0400
changeset 42972 71bb9363818c
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
merge: check argument value with if/raise instead of an assert This shouldn't make any difference for legal code, but it'll prevent the assertion from being optimized out if someone decides to do -O on our code. Differential Revision: https://phab.mercurial-scm.org/D6879

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