hgext3rd/__init__.py
author Augie Fackler <augie@google.com>
Fri, 05 Aug 2016 11:19:22 -0400
changeset 29714 69109052d9ac
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
auditvfs: forward options property from nested vfs This was breaking my ability to use treemanifests in bundlerepos, and was deeply mysterious. We should probably just make the options property a formal part of the vfs API, and make it a required construction parameter. Sadly, I don't have time to dive into that refactor right now.

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