hgext/__init__.py
author Matt Mackall <mpm@selenic.com>
Sat, 16 Apr 2016 18:06:48 -0500
branchstable
changeset 28977 740156eedf2c
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
merge default into stable for 3.8 code freeze

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