Mercurial > hg
view hgext/__init__.py @ 41260:c146651a78e1
absorb: add a pycompat.bytestr() to fix --edit-lines functionality on Python 3
Differential Revision: https://phab.mercurial-scm.org/D5610
author | Augie Fackler <augie@google.com> |
---|---|
date | Wed, 16 Jan 2019 11:33:43 -0500 |
parents | 155e3308289c |
children | 2372284d9457 |
line wrap: on
line source
from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)