hgext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 09 Oct 2016 13:50:53 +0200
changeset 30112 9b6ff0f940ed
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
parsers: move PyInt aliasing out of util.h The PyInt aliasing is only used by parsers.c. Since we don't want to encourage the use of PyInt parsing, move the aliasing to parsers.c.

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