Commit d8aef76f authored by Eric Smith's avatar Eric Smith

Fixed test_support -> support.

parent 05f33744
......@@ -227,7 +227,7 @@ class SysModuleTest(unittest.TestCase):
def test_getwindowsversion(self):
# Raise SkipTest if sys doesn't have getwindowsversion attribute
test.test_support.get_attribute(sys, "getwindowsversion")
test.support.get_attribute(sys, "getwindowsversion")
v = sys.getwindowsversion()
self.assertEqual(len(v), 5)
self.assertIsInstance(v[0], int)
......
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