view hgext/__init__.py @ 32155:055cca8e167b

py3: use %d to format integers into bytestrings
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 05 May 2017 01:41:54 +0530
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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