Removed superfluous imports.
[microbotany.git] / plant-new.scm
index 812d52e..a0808d7 100755 (executable)
@@ -2,8 +2,7 @@
 ;;
 
 (lambda (uri)
-  (import (chicken file)
-          uri-common simple-sha1)
+  (import (chicken io))
   (for-each eval (with-input-from-file "garden.scm" read-list))
   (let ((query (uri-query uri)))
     (if (null? query)