X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=microbotany.git;a=blobdiff_plain;f=plant-new.scm;fp=plant-new.scm;h=a0808d7bec50b842ed979870eedd45bbf4d950e1;hp=812d52e5a05d568fe704b64b85fc0cf30e82a278;hb=2d5ed850edc5bc73c2ceed3086866c0f410a278b;hpb=933307f474d1751c6598e8c0f07ec1179145b64b diff --git a/plant-new.scm b/plant-new.scm index 812d52e..a0808d7 100755 --- a/plant-new.scm +++ b/plant-new.scm @@ -2,8 +2,7 @@ ;; (lambda (uri) - (import (chicken file) - uri-common simple-sha1) + (import (chicken io)) (for-each eval (with-input-from-file "garden.scm" read-list)) (let ((query (uri-query uri))) (if (null? query)