Clarify imports
This commit is contained in:
parent
48e45c9f9b
commit
d1df666af4
|
@ -20,13 +20,15 @@
|
|||
(srfi 193))
|
||||
(cond-expand
|
||||
(chicken
|
||||
(import (chicken file)
|
||||
(chicken process-context)
|
||||
(import (only (chicken file)
|
||||
create-directory
|
||||
rename-file)
|
||||
(only (http-client)
|
||||
with-input-from-request)
|
||||
(only (sxml-transforms)
|
||||
SXML->HTML)
|
||||
(only (traversal) group-by)
|
||||
(only (traversal)
|
||||
group-by)
|
||||
(only (atom)
|
||||
read-atom-feed
|
||||
feed-entries
|
||||
|
|
Loading…
Reference in New Issue