commit | 2f78f0e1f9b65853b1e44fdc3c75ed5af933638f | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Jan 18 00:44:49 2013 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Jan 18 00:44:49 2013 -0500 |
tree | 92fea6f5d1ac16365b5d766d5f705c6fbda40151 | |
parent | 08e153ae377066c31e7e70be3da24edf1778631e [diff] [blame] |
support -> test_support
diff --git a/Lib/test/test_signal.py b/Lib/test/test_signal.py index fa06729..7483f64 100644 --- a/Lib/test/test_signal.py +++ b/Lib/test/test_signal.py
@@ -230,7 +230,7 @@ class WakeupFDTests(unittest.TestCase): def test_invalid_fd(self): - fd = support.make_bad_fd() + fd = test_support.make_bad_fd() self.assertRaises(ValueError, signal.set_wakeup_fd, fd)