idle cleanup
This commit is contained in:
parent
aa3a4e54cd
commit
12106d3d37
3
AUTHORS
3
AUTHORS
@ -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>
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user