]> gitweb.factorcode.org Git - factor.git/commitdiff
furnace.auth.providers.couchdb: fix load error
authorJoe Groff <arcata@gmail.com>
Tue, 29 Nov 2011 02:55:11 +0000 (18:55 -0800)
committerJoe Groff <arcata@gmail.com>
Tue, 29 Nov 2011 02:55:11 +0000 (18:55 -0800)
basis/furnace/auth/providers/couchdb/couchdb.factor

index 08c52c75279c54ecdd9f1d586890cac63d49d07e..e11c3a8ae4b9c0917bf1113beaf2a038cf1bab11 100644 (file)
@@ -3,6 +3,7 @@ json.writer kernel mirrors sequences urls urls.encoding
 arrays furnace.auth byte-arrays combinators.short-circuit
 strings continuations combinators base64 make
 locals namespaces ;
+FROM: namespaces => change-at ;
 IN: furnace.auth.providers.couchdb
 
 ! !!! Implement the authentication protocol for CouchDB.