view hgext3rd/__init__.py @ 33773:6c1a9fd8361b

test: update evolution config evolution* config has been rewritten in stabilization* in the previous patch, update tests file to use the new names. Differential Revision: https://phab.mercurial-scm.org/D249
author Boris Feld <boris.feld@octobus.net>
date Fri, 04 Aug 2017 18:41:16 +0200
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__)