hgext3rd/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Fri, 13 Apr 2018 22:58:49 +0900
changeset 37770 31750413f8d7
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
formatter: convert timestamp to int Spotted while porting jsonchangeset printer to formatter. A timestamp may be float type, but its meaningful part is just int.

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)