commit | ee8712cda46338d223509cc5751fd36509ad3860 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue May 20 21:35:26 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Tue May 20 21:35:26 2008 +0000 |
tree | bb9d363b4276566415457980472001c7e3ec2bed | |
parent | 6a654814ea3f3a918935762ffdcd33ae98e00278 [diff] [blame] |
#2621 rename test.test_support to test.support
diff --git a/Lib/test/double_const.py b/Lib/test/double_const.py index 16c33a1..67852aa 100644 --- a/Lib/test/double_const.py +++ b/Lib/test/double_const.py
@@ -1,4 +1,4 @@ -from test.test_support import TestFailed +from test.support import TestFailed # A test for SF bug 422177: manifest float constants varied way too much in # precision depending on whether Python was loading a module for the first