hgext3rd/__init__.py
author Manuel Jacob <me@manueljacob.de>
Sun, 29 May 2022 15:38:01 +0200
changeset 49287 7fe82a5101c9
parent 48875 6000f5b25c9b
child 51863 f4733654f144
permissions -rw-r--r--
py3: use `zip()` instead of trying to use `itertools.izip()`

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)