hgext/__init__.py
author Kevin Bullock <kbullock+mercurial@ringworld.org>
Tue, 18 Oct 2016 14:15:15 -0500
branchstable
changeset 30215 438173c41587
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
merge default into stable for 4.0 code freeze

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