hgext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 26 Jan 2019 14:14:44 -0800
changeset 41414 031d91623fdc
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
githelp: make argument parsing more compatible with Python 3 There were various mixing of str and bytes in here. This change fixes most of the failures in test-githelp.t. Differential Revision: https://phab.mercurial-scm.org/D5725

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