view hgext3rd/__init__.py @ 1835:93d4661a6ee7

compat: drop bookmark compatibility layer All the version we now supports have the 'new' API.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Tue, 28 Feb 2017 14:31:18 +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__)