]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/wolfram-alpha/wolfram-alpha.factor
colors: merge colors.constants and colors.hex.
[factor.git] / extra / wolfram-alpha / wolfram-alpha.factor
index 14540aa5c71d16bc1d742766e4913b8b58f5cb21..22453ce2708770c117c946d2f80a8671804e5795 100644 (file)
@@ -1,9 +1,9 @@
 ! Copyright (C) 2011 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: accessors colors.constants formatting http http.client
-images.gif images.http io io.styles kernel namespaces sequences
-splitting ui urls.encoding xml xml.data xml.traversal ;
+USING: accessors colors formatting http http.client images.gif
+images.http io io.styles kernel namespaces sequences splitting
+ui urls.encoding xml xml.data xml.traversal ;
 
 IN: wolfram-alpha