hgext/__init__.py
author Augie Fackler <raf@durin42.com>
Tue, 22 Aug 2017 21:21:43 -0400
changeset 34026 b2eb0aa445cb
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
revlog: use pycompat.bytestr() to reliably have a %s-able value

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