Commit 81676dc5 authored by Tim Peters's avatar Tim Peters

To raise TestSkipped, you must import TestSkipped.

parent 3d3cfdb4
......@@ -5,7 +5,7 @@ import thread
import signal
import os
import sys
from test import test_support
from test import test_support, TestSkipped
if sys.platform[:3] in ('win', 'os2') or sys.platform=='riscos':
raise TestSkipped, "Can't test signal on %s" % sys.platform
......
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