hgext3rd/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 11 Feb 2018 19:24:27 -0800
changeset 36122 7db243288afb
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
py3: add missing b'' literal to sshprotoext.py Everywhere else in this file uses b''. I must have missed a line when I wrote this code a few days ago. # skip-blame b prefix Differential Revision: https://phab.mercurial-scm.org/D2173

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