hy/hy
Gergely Nagy 494bf0e8ad Remove the import-as and import-from builtins
The new and improved (import) can handle all cases import-as and
import-from did, so drop the latter two from the language. To do this,
the import builtin had to be changed a little: if there's a single
import statement to return, return it as-is, otherwise return a list of
imports.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2013-04-20 16:06:32 +02:00
..
contrib Revert "Make HySymbol bytes free!" 2013-04-06 20:02:08 -04:00
core documenting hy.core.mangles 2013-04-18 22:50:46 -04:00
lex Add missing bits operator and power 2013-04-15 02:49:34 +02:00
models Factor str_type into hy.util 2013-04-12 20:42:39 +02:00
__init__.py Callin' this 0.9.6 2013-04-15 22:36:50 -04:00
__main__.py License bits. 2013-03-28 22:42:53 -04:00
compiler.py Remove the import-as and import-from builtins 2013-04-20 16:06:32 +02:00
completer.py idle cleanup 2013-04-02 14:50:16 -04:00
errors.py holy shit it's 2013 2013-03-18 10:27:14 -04:00
importer.py Fix hyc 2013-04-13 16:28:37 +04:00
macros.py Revert "Make HySymbol bytes free!" 2013-04-06 20:02:08 -04:00
mangle.py docstrings on the mangle 2013-04-18 22:44:03 -04:00
util.py Factor str_type into hy.util 2013-04-12 20:42:39 +02:00