hgext3rd/__init__.py
author liscju <piotr.listkiewicz@gmail.com>
Sat, 04 Jun 2016 16:53:44 +0200
changeset 29305 814076f4ace3
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
largefiles: move basestore._openstore into new module to remove cycle

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