view hgext3rd/__init__.py @ 1951:0309cac5d91d

uisetup: move all remaining wrapping into uisetup All our wrapping is now properly done at uisetup time. Hooray.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Wed, 30 Mar 2016 22:33:06 -0700
parents 85390446f8c1
children 143c8e4dc22d
line wrap: on
line source

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