Mercurial > hg
view hgext/__init__.py @ 30845:262c2be8ea5a stable
statprof: require input file
statprof has a __main__ handler that allows viewing of previously
written data files. As Yuya pointed out during review, f42cd5434cc2
broke this. This patch fixes that.
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Wed, 18 Jan 2017 22:45:07 -0800 |
parents | 155e3308289c |
children | 2372284d9457 |
line wrap: on
line source
from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)