hgext3rd/__init__.py
author Augie Fackler <augie@google.com>
Tue, 17 Oct 2017 10:51:43 -0400
changeset 34838 d3ea6a1c798f
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
templater: use pycompat.sysbytes to bytes-ify some __name__ attrs Spotted by yuya in review of e87e62b7fc0b. Differential Revision: https://phab.mercurial-scm.org/D1145

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