Mercurial > evolve
view hgext/__init__.py @ 1757:86e71a0b3319 stable
errors: add missing imports of mercurial.error
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 28 Oct 2016 17:25:06 -0700 |
parents | 5ef77a1d975c |
children |
line wrap: on
line source
from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)