From 6b4e3940aaef04d63942913ba0dd4d9e668d5f70 Mon Sep 17 00:00:00 2001 From: Richard Parsons Date: Tue, 11 Feb 2014 15:25:17 +0000 Subject: [PATCH] updated import documentation --- AUTHORS | 1 + docs/language/api.rst | 3 +++ 2 files changed, 4 insertions(+) diff --git a/AUTHORS b/AUTHORS index e54d53f..6fd2f4a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -39,3 +39,4 @@ * Fatih Kadir Akın * Jack Hooper * Brian McKenna +* Richard Parsons diff --git a/docs/language/api.rst b/docs/language/api.rst index 7e991b3..2313921 100644 --- a/docs/language/api.rst +++ b/docs/language/api.rst @@ -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 -------