view hgext3rd/__init__.py @ 32353:4bffe2421f34

run-tests: remove references to Python 2.6 These are the obvious ones. There is tons of code in this file implementing features from unittest that weren't present in Python 2.6. But that's for other patches.
author Gregory Szorc <gregory.szorc@gmail.com>
date Fri, 19 May 2017 19:46:45 -0700
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__)