hgext3rd/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Thu, 03 Mar 2022 07:56:47 -0800
changeset 49031 2974cdda819b
parent 48966 6000f5b25c9b
child 51901 f4733654f144
permissions -rw-r--r--
util: remove iterfile() variant for buggy EINTR handling The workaround for Python 2 is no longer needed. So we can delete some code. Differential Revision: https://phab.mercurial-scm.org/D12346

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)