view hgext3rd/__init__.py @ 1927:cf33ba7fbf4b

topiccache: directly instantiate a topiccache object when reading There is no need to rely on a temporary monkey patching.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Mon, 28 Mar 2016 00:47:14 -0700
parents 85390446f8c1
children 143c8e4dc22d
line wrap: on
line source

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)