hgext/__init__.py
author Kevin Bullock <kbullock+mercurial@ringworld.org>
Mon, 23 Oct 2017 22:13:59 -0500
branchstable
changeset 34923 a6a322193a02
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
setup: filter out devel-warn messages from system hg If we're going to use the user's installed and configured hg command (which we do since 8b20338b989e), we should prevent devel-warn messages from interfering with locating it.

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