view hgext3rd/__init__.py @ 32194:9a86d936670f stable

sslutil: reference fingerprints config option properly (issue5559) The config option is "host:fingerprints" not "host.fingerprints". This warning message is bad and misleads users.
author Gregory Szorc <gregory.szorc@gmail.com>
date Mon, 08 May 2017 09:30:26 -0700
parents 4b81487a01d4
children 2372284d9457
line wrap: on
line source

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)