hgext/__init__.py
author Augie Fackler <raf@durin42.com>
Tue, 22 Aug 2017 20:06:58 -0400
changeset 34023 ba479850c9c7
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
python3: replace sorted(<dict>.iterkeys()) with sorted(<dict>)

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