X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=microbotany.git;a=blobdiff_plain;f=help.scm;h=9388421196535421e9029b671583f8b2ba1d6703;hp=a54a839bd50fc1ecef77128fa3be0ea68a9eb336;hb=2d5ed850edc5bc73c2ceed3086866c0f410a278b;hpb=933307f474d1751c6598e8c0f07ec1179145b64b diff --git a/help.scm b/help.scm index a54a839..9388421 100755 --- a/help.scm +++ b/help.scm @@ -1,8 +1,5 @@ (lambda (uri) - (import (chicken file) - (chicken pathname) - (chicken string) - uri-common) + (import (chicken io)) (let ((query (uri-query uri))) (if (null? query) (print "No account specified.")