Mercurial > hg
view hgext3rd/__init__.py @ 29187:aec5d8561be2
tests: mark test-context.py write as binary
author | timeless <timeless@mozdev.org> |
---|---|
date | Wed, 20 Apr 2016 19:53:01 +0000 |
parents | 4b81487a01d4 |
children | 2372284d9457 |
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__)