_util_py2.py 121 B

1234567
  1. # this produces syntax error on Python3
  2. __all__ = ['reraise']
  3. def reraise(type, value, tb):
  4. raise type, value, tb