hgext3rd/__init__.py
author Augie Fackler <augie@google.com>
Fri, 27 Apr 2018 11:59:21 -0400
changeset 37969 b8c2004a8d2b
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
tests: port test-ui-color.py to Python 3 As in some other tests, I like confirming that we're dealing with bytes here, so the b prefix is now in the expected output on both 2 and 3. Differential Revision: https://phab.mercurial-scm.org/D3512

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