hgext/__init__.py
author Daniel Ploch <dploch@google.com>
Fri, 23 Mar 2018 11:20:49 -0700
changeset 37095 ef6215df2402
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
fancyopts: prevent mutation of the default value in customopts Differential Revision: https://phab.mercurial-scm.org/D2937

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