diff options
Diffstat (limited to 'Lib/test/test_cmath.py')
-rwxr-xr-x | Lib/test/test_cmath.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_cmath.py b/Lib/test/test_cmath.py index 509c739..c409699 100755 --- a/Lib/test/test_cmath.py +++ b/Lib/test/test_cmath.py @@ -3,7 +3,7 @@ Roger E. Masse """ import cmath -from test_support import verbose +from test.test_support import verbose testdict = {'acos' : 1.0, 'acosh' : 1.0, |