From 7f4ade141c26b0b15b27cfc3831a13e4c08b4608 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 25 Aug 2012 21:17:00 -0700 Subject: [PATCH] environment: I dont even.. --- basis/environment/environment.factor | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/basis/environment/environment.factor b/basis/environment/environment.factor index 67430eddf9..92859349b7 100644 --- a/basis/environment/environment.factor +++ b/basis/environment/environment.factor @@ -1,8 +1,7 @@ ! Copyright (C) 2008 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. -USING: assocs combinators help.markup help.syntax init -io.streams.string kernel libc sequences splitting -strings system vocabs vocabs.loader ; +USING: assocs combinators init kernel sequences splitting +system vocabs vocabs.loader ; IN: environment HOOK: os-env os ( key -- value )