view hgext/__init__.py @ 35844:522f868680ca

mq: use bytes() instead of str() to encode statusentries for writing Differential Revision: https://phab.mercurial-scm.org/D1903
author Augie Fackler <augie@google.com>
date Wed, 17 Jan 2018 22:05:37 -0500
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)