hgext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Thu, 10 Nov 2016 23:38:41 -0800
changeset 30450 de48d3a0573a
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
hghave: add check for zstd support Not all configurations will support zstd. Add a check so we can conditionalize tests.

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)