idle cleanup
This commit is contained in:
parent
aa3a4e54cd
commit
12106d3d37
1
AUTHORS
1
AUTHORS
@ -3,3 +3,4 @@
|
|||||||
* Amrut Joshi <amrut.joshi@gmail.com>
|
* Amrut Joshi <amrut.joshi@gmail.com>
|
||||||
* Christopher Allan Webber <cwebber@dustycloud.org>
|
* 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:
|
try:
|
||||||
import __builtin__
|
import __builtin__
|
||||||
except ImportError:
|
except ImportError:
|
||||||
import builtins as __builtin__ # Py 3.3
|
import builtins as __builtin__ # NOQA
|
||||||
|
|
||||||
|
|
||||||
PATH = [hy.compiler._compile_table,
|
PATH = [hy.compiler._compile_table,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user