Mercurial > hg-stable
view hgext/__init__.py @ 35260:91a7204631f1
contrib: ban find(1)'s -printf operator, as it is a GNU-ism
Differential Revision: https://phab.mercurial-scm.org/D1598
author | Augie Fackler <augie@google.com> |
---|---|
date | Tue, 05 Dec 2017 16:44:20 -0500 |
parents | 155e3308289c |
children | 2372284d9457 |
line wrap: on
line source
from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)