hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 27 Jun 2017 01:51:40 +0200
changeset 33154 4e30168d7939
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
obsutil: move the 'marker' class to the new modules We have a new 'obsutil' module now. We move high level utility there to bring 'obsolete.py' back to a more reasonable size.

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