hgext/__init__.py
author Manuel Jacob <me@manueljacob.de>
Sat, 30 May 2020 23:18:57 +0200
changeset 44946 61cdc8137d53
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
relnotes: note that we now require modern SSL/TLS features in Python

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)