commit | 4507190a1eb9d386c5088b3aab0833b908b90629 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Mon Jun 14 22:22:54 2010 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Mon Jun 14 22:22:54 2010 +0000 |
tree | 237123d61422014fa8d73fc60434dd9fcae75914 | |
parent | 97958cf3f872b95500932da9ac354fac894ce1d2 [diff] |
Switch the __import__ state check from using __builtins__ to builtins to be nicer to other VMs. Thanks to Philip Jenvey for the pointer.