]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.tree: fix using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 6 Aug 2015 04:39:51 +0000 (21:39 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 6 Aug 2015 04:39:51 +0000 (21:39 -0700)
extra/tools/tree/tree.factor

index cf2ab92a5ab3aee2e075a34bbd8907c879a65e96..826cb9d0c53dada5f7d364fd065f9cd08f268d50 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license
 
 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 ;
 FROM: namespaces => change-global ;
 IN: tools.tree