Mercurial > evolve
view hgext3rd/__init__.py @ 3535:ffc790673892
cleanup: remove duplicate import of "obsolete"
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 16 Mar 2018 09:13:33 -0700 |
parents | 143c8e4dc22d |
children |
line wrap: on
line source
# name space package to host third party extensions from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)