hgext/__init__.py
author Augie Fackler <augie@google.com>
Mon, 06 Feb 2017 15:19:32 -0500
changeset 31142 408dcf7475a7
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
osx: install bash and zsh completions by default The zsh location appears to be on the default $fpath for zsh. bash, on the other hand, appears to have no default location for completion scripts, so we follow the lead of Apple's Git distribution and select a semi-arbitrary place in /usr/local for the file.

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