]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/couchdb/couchdb.factor
factor: trim using lists
[factor.git] / basis / couchdb / couchdb.factor
index 93f57a07248354022bb5cc848e6a4c02913c0e57..29e6bb1c65a5088c07c0bc8bb841e309f3144d00 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2008, 2009 Alex Chapman
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors assocs continuations debugger fry hashtables http
+USING: accessors assocs continuations debugger hashtables http
 http.client io io.encodings.string io.encodings.utf8 json.reader
-json.writer kernel locals make math math.parser namespaces sequences
+json.writer kernel make math math.parser namespaces sequences
 strings urls.encoding vectors ;
 IN: couchdb