support -> test_support

This commit is contained in:
Benjamin Peterson 2013-01-18 00:44:49 -05:00
parent 08e153ae37
commit 2f78f0e1f9

View file

@ -230,7 +230,7 @@ class WindowsSignalTests(unittest.TestCase):
class WakeupFDTests(unittest.TestCase): class WakeupFDTests(unittest.TestCase):
def test_invalid_fd(self): def test_invalid_fd(self):
fd = support.make_bad_fd() fd = test_support.make_bad_fd()
self.assertRaises(ValueError, signal.set_wakeup_fd, fd) self.assertRaises(ValueError, signal.set_wakeup_fd, fd)