]> granicus.if.org Git - python/commitdiff
test for fixedness of bug #1057835.
authorMichael W. Hudson <mwh@python.net>
Mon, 8 Nov 2004 16:46:02 +0000 (16:46 +0000)
committerMichael W. Hudson <mwh@python.net>
Mon, 8 Nov 2004 16:46:02 +0000 (16:46 +0000)
(thanks to Raymond for the prod).

Lib/test/test_compiler.py

index e51bc4278d91994e026337f0afc2aea40e7b7eb9..9976a47cf381f8b885a66ccc60f8ffa5098fefb9 100644 (file)
@@ -90,6 +90,8 @@ try:
 finally:
     b = 0
 
+from math import *
+
 ###############################################################################
 
 def test_main():