From 4e7bf010a7417ad7af78c5620bdbfa4b48a9bafd Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Thu, 20 Aug 2009 16:18:28 -0500 Subject: [PATCH] load tools.deprecation from bootstrap.tools --- basis/bootstrap/tools/tools.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/bootstrap/tools/tools.factor b/basis/bootstrap/tools/tools.factor index da8128de7c..e5e7e869c8 100644 --- a/basis/bootstrap/tools/tools.factor +++ b/basis/bootstrap/tools/tools.factor @@ -8,13 +8,13 @@ IN: bootstrap.tools "tools.crossref" "tools.errors" "tools.deploy" - "tools.deprecation" "tools.disassembler" "tools.memory" "tools.profiler" "tools.test" "tools.time" "tools.threads" + "tools.deprecation" "vocabs.hierarchy" "vocabs.refresh" "vocabs.refresh.monitor"