tools.tree: fix using.
parent
8c82f46ee9
commit
c211d99073
|
@ -2,7 +2,7 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license
|
! See http://factorcode.org/license.txt for BSD license
|
||||||
|
|
||||||
USING: accessors command-line continuations formatting io
|
USING: accessors command-line continuations formatting io
|
||||||
io.directories io.files.types io.pathnames kernel locals math
|
io.directories io.files.info io.pathnames kernel locals math
|
||||||
namespaces sequences sorting ;
|
namespaces sequences sorting ;
|
||||||
FROM: namespaces => change-global ;
|
FROM: namespaces => change-global ;
|
||||||
IN: tools.tree
|
IN: tools.tree
|
||||||
|
|
Loading…
Reference in New Issue