view hgext3rd/__init__.py @ 2071:8fbf75ca8a08

serveronly: replace exc.message with str(exc) BaseException.message is deprecated in Python 2.6, so use str() instead.
author Arun Kulshreshtha <kulshrax@fb.com>
date Thu, 09 Mar 2017 12:20:27 -0800
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__)