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