From: John Benediktsson Date: Thu, 6 Aug 2015 04:39:51 +0000 (-0700) Subject: tools.tree: fix using. X-Git-Tag: unmaintained~2142 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=c211d99073aecea561e162d071701345777a7b6b tools.tree: fix using. --- diff --git a/extra/tools/tree/tree.factor b/extra/tools/tree/tree.factor index cf2ab92a5a..826cb9d0c5 100644 --- a/extra/tools/tree/tree.factor +++ b/extra/tools/tree/tree.factor @@ -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