Commit Graph

6 Commits

Author SHA1 Message Date
Berker Peksag
3528cc8278 Kill kwapply.
Closes #433.
2014-04-09 20:10:31 +03:00
Julien Danjou
27e74d43b1 Re-indent Hy code using hy-mode
Signed-off-by: Julien Danjou <julien@danjou.info>
2013-04-28 16:31:31 +02:00
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
Paul R. Tagliamonte
731c8ebd1c Adding in a Debian example 2013-03-25 21:37:55 -04:00
Paul R. Tagliamonte
3099fc3c26 space. 2013-03-15 13:01:08 -04:00
Paul R. Tagliamonte
e2ff4a447f Adding in another trivial example 2013-03-15 13:00:28 -04:00