From b8086f7dd5711b31eab986eb004167d5b4156d32 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Mon, 20 Jul 2015 11:58:12 -0700 Subject: [PATCH] forestdb.paths: fix members call --- extra/forestdb/paths/paths.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/forestdb/paths/paths.factor b/extra/forestdb/paths/paths.factor index 038b4c733d..d27af11e6a 100644 --- a/extra/forestdb/paths/paths.factor +++ b/extra/forestdb/paths/paths.factor @@ -2,7 +2,7 @@ ! See http://factorcode.org/license.txt for BSD license. USING: arrays combinators.short-circuit combinators.smart io.directories io.pathnames kernel math math.parser sequences -sorting sorting.human splitting ; +sorting sorting.human splitting sets ; IN: forestdb.paths CONSTANT: fdb-filename-base "fq"