hgext/__init__.py
author Jun Wu <quark@fb.com>
Wed, 12 Jul 2017 15:24:47 -0700
changeset 33495 d78b7d734b63
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
patch: use devel.all-warnings to replace devel.all It appears to be a misspell in patch.py.

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