hy/tests
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
..
compilers Remove the import-as and import-from builtins 2013-04-20 16:06:32 +02:00
importer The b prefix works since python2.6 2013-04-13 21:46:17 +02:00
lex Merge remote-tracking branch 'khinsen/float_and_complex_2' into paultag/master 2013-04-12 18:16:43 +02:00
macros Fix flake8 errors in tests 2013-04-06 21:22:35 +02:00
native_tests Remove the import-as and import-from builtins 2013-04-20 16:06:32 +02:00
resources Test importing things with dashes 2013-04-07 09:54:53 -04:00
__init__.py Fix flake8 errors in tests 2013-04-06 21:22:35 +02:00