view hgext/__init__.py @ 30393:b667b78099eb

verify: avoid shadowing two variables with a list comprehension The variable names are clearly worse now, but since we're really just transposing key and value I'm not too worried about the clarity loss.
author Augie Fackler <augie@google.com>
date Thu, 10 Nov 2016 16:35:54 -0500
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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