idle cleanup

This commit is contained in:
Paul Tagliamonte 2013-04-02 14:50:16 -04:00
parent aa3a4e54cd
commit 12106d3d37
2 changed files with 3 additions and 2 deletions

View File

@ -2,4 +2,5 @@
* Thomas Mashek <thomas@thescoundrels.net>
* Amrut Joshi <amrut.joshi@gmail.com>
* Christopher Allan Webber <cwebber@dustycloud.org>
* Will Kahn-Greene <willg@bluesock.org>
* Will Kahn-Greene <willg@bluesock.org>
* James King <james@agentultra.com>

View File

@ -24,7 +24,7 @@ import hy.compiler
try:
import __builtin__
except ImportError:
import builtins as __builtin__ # Py 3.3
import builtins as __builtin__ # NOQA
PATH = [hy.compiler._compile_table,