view hgext/__init__.py @ 44742:380959c6f75e stable

setup: use sysstr() on process output Otherwise we get a str-bytes mismatch on Python 3 if an error occurs. Differential Revision: https://phab.mercurial-scm.org/D8469
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 19 Apr 2020 17:26:52 -0700
parents 2372284d9457
children 6000f5b25c9b
line wrap: on
line source

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)