view hgext/__init__.py @ 41259:194e43c2bac9

remotefilelog: fix some bytes/str portability issues for Python 3 A few remotefilelog tests still fail on Python 3, but it's a much better story now. Differential Revision: https://phab.mercurial-scm.org/D5609
author Augie Fackler <augie@google.com>
date Wed, 16 Jan 2019 11:03:04 -0500
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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