Update to 2.7.3
[profile/ivi/python.git] / Lib / test / test_epoll.py
index 216e2c7..b66d9ea 100644 (file)
@@ -36,6 +36,7 @@ try:
 except IOError, e:
     if e.errno == errno.ENOSYS:
         raise unittest.SkipTest("kernel doesn't support epoll()")
+    raise
 
 class TestEPoll(unittest.TestCase):