hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Sun, 09 Apr 2017 18:12:54 +0200
changeset 31862 9bd9e9cb3f69
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
bundle2: clarify the docstring of unpackermixin methods The unpackermixin is a utility used to implement the bundle2 protocol. It should not be used when writing part handlers. We update the docstring to clarify this.

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)