hgext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 03 Jun 2017 17:13:35 -0700
changeset 32934 6123a5267119
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
tests: remove WarnTest We would raise this if a test didn't return a result code. AFAICT this can only occur if there is a logic error in the test harness itself. I don't think it is worth the code complexity to distinguish this failure scenario from a regular test failure.

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)