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
..
2013-04-18 22:50:46 -04:00
2013-04-15 02:49:34 +02:00
2013-04-12 20:42:39 +02:00
2013-04-15 22:36:50 -04:00
2013-03-28 22:42:53 -04:00
2013-04-02 14:50:16 -04:00
2013-03-18 10:27:14 -04:00
2013-04-13 16:28:37 +04:00
2013-04-06 20:02:08 -04:00
2013-04-18 22:44:03 -04:00
2013-04-12 20:42:39 +02:00