view hgext3rd/__init__.py @ 37757:2a8ad00b8aed

exchange: use command executor interface for calling listkeys So the requests are compatible with version 2 peers. Differential Revision: https://phab.mercurial-scm.org/D3390
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 14 Apr 2018 18:36:00 -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__)