view hgext3rd/__init__.py @ 48885:a2c59b361e0f

posix: delete Python 2 posixfile() The comment no longer makes sense since the stdlib open() behaves the way we want on Python 3. So it was removed. Differential Revision: https://phab.mercurial-scm.org/D12288
author Gregory Szorc <gregory.szorc@gmail.com>
date Thu, 03 Mar 2022 08:04:33 -0800
parents 6000f5b25c9b
children f4733654f144
line wrap: on
line source

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)