Mercurial > evolve
view hgext3rd/__init__.py @ 3181:5db76f35efce
effect-flag: fix obsfate verb hooking
Mercurial core commit b81ad5b78a81 renamed a the function we hooked on and
update its signature. Update the code to detect that, which fixes tests
errors.
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Tue, 14 Nov 2017 18:35:25 +0100 |
parents | 143c8e4dc22d |
children |
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__)