Fix load error

db4
Slava Pestov 2008-09-29 20:32:52 -05:00
parent 97c5324142
commit eaa2b43ca7
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
USING: assocs html.parser kernel math sequences strings ascii
arrays generalizations shuffle unicode.case namespaces make
splitting http accessors io combinators http.client urls
fry sequences.lib ;
urls.encoding fry sequences.lib ;
IN: html.parser.analyzer
TUPLE: link attributes clickable ;