view hgext3rd/__init__.py @ 1830:53aae4b4e791

compat: drop compatibility layer for 'tryimportone' Return is now homogeneous for all the version we support.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Tue, 28 Feb 2017 14:27:08 +0100
parents 9f42f819267b
children 143c8e4dc22d
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__)