view hgext3rd/__init__.py @ 41816:78027e7bc544

py3: convert return values of inspect.getabsfile() to bytes It's weird that python docs for inspect does not mention getabsfile(). Differential Revision: https://phab.mercurial-scm.org/D6033
author Pulkit Goyal <pulkit@yandex-team.ru>
date Thu, 28 Feb 2019 04:08:47 +0530
parents 4b81487a01d4
children 2372284d9457
line wrap: on
line source

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)