hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Sun, 09 Oct 2016 03:50:55 +0200
changeset 30123 2e360578688d
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
bisect: rename 'check_code' to match our naming scheme We need to do it early, otherwise 'check-commit' will complain every time we touch it.

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