view hgext3rd/__init__.py @ 37921:a8a7ccec1783

scmutil: fix __repr__ of status tuple We should probably start giving some thought to migrating the status tuple to attrs, but not now. Differential Revision: https://phab.mercurial-scm.org/D3508
author Augie Fackler <augie@google.com>
date Fri, 27 Apr 2018 11:49:49 -0400
parents 4b81487a01d4
children 2372284d9457
line wrap: on
line source

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