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