blob: 710d8253a28fb0a1e4f20634e6c14d30dccb1222 [file] [log] [blame]
Guido van Rossumb3b09c91993-10-22 14:24:22 +00001# B/W compat hack so code that says "import builtin" won't break after
2# name change from builtin to __builtin__.
3from __builtin__ import *