hgext3rd/__init__.py
author Sean Farley <sean@farley.io>
Sat, 07 Jan 2017 20:47:57 -0800
changeset 30805 0ae287eb6a4f
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
similar: move score function to module level Future patches will use this to report the similarity of a rename / copy in the patch output.

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