view hgext3rd/__init__.py @ 32689:9933410bf763

obsstore: move marker version reading to a separate function This allows us to read marker version without reading markers.
author Jun Wu <quark@fb.com>
date Fri, 02 Jun 2017 19:34:56 -0700
parents 4b81487a01d4
children 2372284d9457
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__)