hgext3rd/__init__.py
author Arun Kulshreshtha <kulshrax@fb.com>
Thu, 09 Mar 2017 12:20:27 -0800
changeset 2071 8fbf75ca8a08
parent 2020 143c8e4dc22d
permissions -rw-r--r--
serveronly: replace exc.message with str(exc) BaseException.message is deprecated in Python 2.6, so use str() instead.

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)