hgext/__init__.py
author Augie Fackler <raf@durin42.com>
Sun, 26 Mar 2017 16:48:29 -0400
changeset 31636 f3b151278655
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
revsetlang: fix _quote on int on python3 Thanks to Yuya for spotting the need.

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