Commit 67774c49 authored by Denis Bilenko's avatar Denis Bilenko

test__exc_info.py: clear exc_info explicitly to avoid failures on 2.4

parent c4812fdb
......@@ -2,6 +2,8 @@ import gevent
import sys
import greentest
sys.exc_clear()
class ExpectedError(Exception):
pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment