forestdb.paths: fix members call

db4
Doug Coleman 2015-07-20 11:58:12 -07:00
parent b82d866340
commit b8086f7dd5
1 changed files with 1 additions and 1 deletions

View File

@ -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"