fix ridiculous py26 syntax mismatch

This commit is contained in:
Adrian Sampson 2013-09-30 20:43:19 -07:00
parent f660d6311c
commit 3420a36a78

View file

@ -26,7 +26,7 @@ else:
exec("""
def _reraise(typ, exc, tb):
raise typ, exc, tb
""")
""")
# Basic events used for thread scheduling.