hgext3rd/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 26 Jan 2019 14:00:42 -0800
changeset 41433 f07aff7e8b5a
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
sslutil: ensure serverhostname is bytes when formatting It will likely be a str on Python 3. Differential Revision: https://phab.mercurial-scm.org/D5722

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)