X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=microbotany.git;a=blobdiff_plain;f=view.scm;h=155b71fbfa9ba5305cf4b5646bd82f8e24d938e1;hp=7d3ab127d58bc913d43ab8aed025f06e8b68cead;hb=2d5ed850edc5bc73c2ceed3086866c0f410a278b;hpb=933307f474d1751c6598e8c0f07ec1179145b64b diff --git a/view.scm b/view.scm index 7d3ab12..155b71f 100755 --- a/view.scm +++ b/view.scm @@ -2,10 +2,7 @@ ;; (lambda (uri) - (import - (chicken condition) - (chicken file) - uri-common) + (import (chicken io)) (for-each eval (with-input-from-file "garden.scm" read-list)) (serve-document-header (ext->mime "gmi")) (let ((query (uri-query uri)))