hgext3rd/__init__.py
author Augie Fackler <augie@google.com>
Fri, 12 Oct 2018 12:32:12 -0400
changeset 40236 9b3470dd9870
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
tests: add lots of globs and conditional output lines The test now passes on Python 3. I'm going to do one follow-up where I'll adjust some grep calls to improve our checking of things on Python 3. Differential Revision: https://phab.mercurial-scm.org/D5004

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