forestdb.paths: fix members call
parent
b82d866340
commit
b8086f7dd5
|
@ -2,7 +2,7 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: arrays combinators.short-circuit combinators.smart
|
USING: arrays combinators.short-circuit combinators.smart
|
||||||
io.directories io.pathnames kernel math math.parser sequences
|
io.directories io.pathnames kernel math math.parser sequences
|
||||||
sorting sorting.human splitting ;
|
sorting sorting.human splitting sets ;
|
||||||
IN: forestdb.paths
|
IN: forestdb.paths
|
||||||
|
|
||||||
CONSTANT: fdb-filename-base "fq"
|
CONSTANT: fdb-filename-base "fq"
|
||||||
|
|
Loading…
Reference in New Issue