view hgext3rd/__init__.py @ 33676:9f862fe7a8bd

bundle2: obtain repr() of exception in a python3-safe way This was exposed by other problems in bundle generation, but I'm not sure how to test it for now.
author Augie Fackler <augie@google.com>
date Mon, 24 Jul 2017 11:19:11 -0400
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__)