##// END OF EJS Templates
don't use private TestCase._exc_info() method in parametric test...
don't use private TestCase._exc_info() method in parametric test In Python 2.6, the method is one line, returning sys.exc_info(), and has been removed in Python 2.7.

File last commit:

r3408:261328d5
r5619:d1331138
Show More
__init__.py
4 lines | 74 B | text/x-python | PythonLexer
try:
from mglob import *
except ImportError:
from _mglob import *