hgext3rd/__init__.py
author Manuel Jacob <me@manueljacob.de>
Mon, 01 Jun 2020 14:07:06 +0200
changeset 44899 4ca1110991c4
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
sslutil: rename 'minimumprotocolui' -> 'minimumprotocol' Before, both 'minimumprotocolui' and 'minimumprotocol' were used, but meaning the same.

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)