hgext/__init__.py
author Augie Fackler <raf@durin42.com>
Tue, 09 Jul 2019 10:07:33 -0400
branchstable
changeset 42563 4330c4e96dab
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
Added tag 5.0.2 for changeset 97ada9b8d51b

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