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