view hgext3rd/__init__.py @ 38195:9c5ced5276d6 stable 4.6.1

mpatch: avoid integer overflow in combine() (SEC) All the callers of this function can handle a NULL return, so that appears to be the "safe" way to report an error.
author Augie Fackler <augie@google.com>
date Mon, 30 Apr 2018 22:24:58 -0400
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__)