Mercurial > evolve
view hgext/__init__.py @ 1729:8ed0266c58a3
evolve: removed redundant try/finally blocks
There were two todo's to remove the redundant try finally blocks.
Done that and also fixed the indentation afterwards.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Thu, 01 Sep 2016 04:38:56 +0530 |
parents | 5ef77a1d975c |
children |
line wrap: on
line source
from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)