hgext3rd/__init__.py
author Augie Fackler <augie@google.com>
Wed, 16 Jan 2019 11:42:50 -0500
changeset 41270 188880a3e87b
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
py3: test*gendoc*.t passes on Python 3 The buildbot didn't notice because docutils isn't installed in Python 3 there yet. I verified this locally. Differential Revision: https://phab.mercurial-scm.org/D5617

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