Mercurial > hg
view hgext/__init__.py @ 43078:88eba7103660
mangler: stop rewriting string constants to be bytes literals
We've rewritten everything, so we no longer require this step.
Differential Revision: https://phab.mercurial-scm.org/D6973
author | Augie Fackler <augie@google.com> |
---|---|
date | Sat, 04 May 2019 11:25:40 -0400 |
parents | 2372284d9457 |
children | 6000f5b25c9b |
line wrap: on
line source
from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)