Mercurial > hg
view hgext/__init__.py @ 44848:7e7080ab8ba8
grep: improve test coverage
Differential Revision: https://phab.mercurial-scm.org/D8542
author | Valentin Gatien-Baron <valentin.gatienbaron@gmail.com> |
---|---|
date | Sun, 17 May 2020 12:49:12 -0400 |
parents | 2372284d9457 |
children | 6000f5b25c9b |
line wrap: on
line source
from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)