view hgext3rd/__init__.py @ 35909:c9faf3a2eef1

wireprotoserver: remove sshserver.getarg() AFAICT the last consumer of this helper method was removed by d054cc5c7737 in 2010. Differential Revision: https://phab.mercurial-scm.org/D1987
author Gregory Szorc <gregory.szorc@gmail.com>
date Wed, 31 Jan 2018 11:19:47 -0800
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__)