X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=blobdiff_plain;f=plant-new.scm;h=a0808d7bec50b842ed979870eedd45bbf4d950e1;hb=02053d76594093ae83c0cd900ce887fe356927a7;hp=812d52e5a05d568fe704b64b85fc0cf30e82a278;hpb=603c9be4154b10f0c7d07a402d3f684dd1fd6b46;p=microbotany.git 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)