X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=blobdiff_plain;f=delete.scm;h=53050d16c7070bbc7556694865bee534d59efaa3;hb=8c6e2d8351ab1e4485ed41b121a0f02ef08eb415;hp=b258a01e9b6e732fd117482cf465d94aece363d7;hpb=05f6c994d3eedfe738031b0fd244f3f3df4c7443;p=microbotany.git diff --git a/delete.scm b/delete.scm index b258a01..53050d1 100755 --- a/delete.scm +++ b/delete.scm @@ -1,10 +1,7 @@ ;; Delete account (lambda (uri) - (import (chicken file) - (chicken pathname) - (chicken string) - uri-common) + (import (chicken io)) (let ((query (uri-query uri))) (serve-document-header (ext->mime "gmi")) (if (null? query)