]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove unused import of builtin
authorGuido van Rossum <guido@python.org>
Wed, 26 Jan 1994 16:03:50 +0000 (16:03 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 26 Jan 1994 16:03:50 +0000 (16:03 +0000)
Demo/stdwin/python.py

index 2506078630e1b1774131b1faedd548d8ca14c786..2e0edeb834d618a0d685def64e4eb7a7f42807ea 100755 (executable)
@@ -26,7 +26,6 @@
 
 
 import sys
-import builtin
 import stdwin
 from stdwinevents import *
 import rand