hgext3rd/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 17 Sep 2018 09:25:28 -0700
branchstable
changeset 4119 c4b891fe44c3
parent 2020 143c8e4dc22d
permissions -rw-r--r--
obsdiscovery: adopt to calling convention change Upstream commits 71d83b315778 and abce899c985f changed the calling convention of setdiscovery._takefullsample(). We inspect the signature of the function before calling it so we can pass the proper arguments.

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