hgext/__init__.py
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
Sat, 01 Sep 2018 18:00:38 -0400
changeset 39400 213c0493cea0
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
resolve: test that we suggest a valid hg command Differential Revision: https://phab.mercurial-scm.org/D4447

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