diff options
Diffstat (limited to 'Lib/test/double_const.py')
-rw-r--r-- | Lib/test/double_const.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/double_const.py b/Lib/test/double_const.py index 16c33a19c9..67852aaf98 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 |