hgext/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Sun, 01 Apr 2018 22:48:32 -0700
changeset 37350 e32dfff71529
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
revset: use revsymbol() for checking if a symbol is valid Differential Revision: https://phab.mercurial-scm.org/D3078

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