updated import documentation

This commit is contained in:
Richard Parsons 2014-02-11 15:25:17 +00:00
parent fed3ec302c
commit 6b4e3940aa
2 changed files with 4 additions and 0 deletions

View File

@ -39,3 +39,4 @@
* Fatih Kadir Akın <fka@fatihak.in>
* Jack Hooper <contact.jhooper@gmail.com>
* Brian McKenna <brian@brianmckenna.org>
* Richard Parsons <richard.lee.parsons@gmail.com>

View File

@ -762,6 +762,9 @@ of import you can use.
[os.path [exists isdir isfile]]
[sys :as systest])
;; Import all module functions into current namespace
(import [sys [*]])
kwapply
-------