view hgext/__init__.py @ 36255:a0a004b29a51

hgweb: correctly bytes-ify status, not string-ify Differential Revision: https://phab.mercurial-scm.org/D2291
author Augie Fackler <augie@google.com>
date Sat, 17 Feb 2018 00:28:55 -0500
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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