Clarify imports

This commit is contained in:
Lassi Kortela 2021-08-21 16:39:33 +03:00
parent 48e45c9f9b
commit d1df666af4
1 changed files with 5 additions and 3 deletions

View File

@ -20,13 +20,15 @@
(srfi 193)) (srfi 193))
(cond-expand (cond-expand
(chicken (chicken
(import (chicken file) (import (only (chicken file)
(chicken process-context) create-directory
rename-file)
(only (http-client) (only (http-client)
with-input-from-request) with-input-from-request)
(only (sxml-transforms) (only (sxml-transforms)
SXML->HTML) SXML->HTML)
(only (traversal) group-by) (only (traversal)
group-by)
(only (atom) (only (atom)
read-atom-feed read-atom-feed
feed-entries feed-entries