diff --git a/AUTHORS b/AUTHORS index df87c72..e49a99e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,4 +2,5 @@ * Thomas Mashek * Amrut Joshi * Christopher Allan Webber -* Will Kahn-Greene \ No newline at end of file +* Will Kahn-Greene +* James King diff --git a/hy/completer.py b/hy/completer.py index 5836912..d02be23 100644 --- a/hy/completer.py +++ b/hy/completer.py @@ -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,