]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/wikipedia/wikipedia.factor
colors: merge colors.constants and colors.hex.
[factor.git] / extra / wikipedia / wikipedia.factor
index 5778ac7001b205d4e90e97ffd7a7ac18ca3f00fe..b557563b25bb92a8c81954b47a5558bc0a0f6f31 100644 (file)
@@ -1,9 +1,9 @@
 ! Copyright (C) 2012 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: accessors ascii assocs colors.constants formatting
-html.entities html.parser html.parser.analyzer html.parser.printer
-http.client io io.styles kernel namespaces sequences splitting urls
+USING: accessors ascii assocs colors formatting html.entities
+html.parser html.parser.analyzer html.parser.printer http.client
+io io.styles kernel namespaces sequences splitting urls
 wrap.strings xml xml.data xml.traversal ;
 FROM: xml.data => tag? ;