Removed superfluous imports.
[microbotany.git] / help.scm
index a54a839..9388421 100755 (executable)
--- 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.")