hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 17 Sep 2019 09:49:30 +0200
changeset 42941 3a1ad3aeb64a
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
perf: add a --stats argument to perfhelper-mergecopies The arguments will display some statistics about the distribution of the value we measure.

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