diff options
Diffstat (limited to 'Lib/test/test_compiler.py')
-rw-r--r-- | Lib/test/test_compiler.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/test_compiler.py b/Lib/test/test_compiler.py index e51bc42..9976a47 100644 --- a/Lib/test/test_compiler.py +++ b/Lib/test/test_compiler.py @@ -90,6 +90,8 @@ try: finally: b = 0 +from math import * + ############################################################################### def test_main(): |