view hgext/__init__.py @ 43164:c32531444cdc

notify: cast hash to bytes This is needed to avoid a str/bytes mismatch when interpolating a line or 2 later. Differential Revision: https://phab.mercurial-scm.org/D7021
author Gregory Szorc <gregory.szorc@gmail.com>
date Mon, 07 Oct 2019 21:21:16 -0400
parents 2372284d9457
children 6000f5b25c9b
line wrap: on
line source

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)