Files
pytest2/py/builtin/exception.py
2007-01-24 15:24:01 +01:00

5 lines
87 B
Python

try:
BaseException = BaseException
except NameError:
BaseException = Exception