From e0b855fac96e858934e9792c6d04bfb2f35b3b9d Mon Sep 17 00:00:00 2001 From: "Michael W. Hudson" Date: Mon, 8 Nov 2004 16:46:02 +0000 Subject: test for fixedness of bug #1057835. (thanks to Raymond for the prod). --- Lib/test/test_compiler.py | 2 ++ 1 file changed, 2 insertions(+) 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(): -- cgit v0.12