view hgext3rd/__init__.py @ 48958:b8eb29ab3906

hgdemandimport: delete check for Python 3.5 We dropped support for Python 3.5. So we no longer need to do this. Differential Revision: https://phab.mercurial-scm.org/D12362
author Gregory Szorc <gregory.szorc@gmail.com>
date Tue, 08 Mar 2022 19:09:35 -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__)