]> gitweb.factorcode.org Git - factor.git/commitdiff
environment: Fix using again.
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 26 Aug 2012 04:04:00 +0000 (21:04 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 26 Aug 2012 04:04:00 +0000 (21:04 -0700)
basis/environment/environment.factor

index 333f14b960cbb124486bd589b11ecd740e98c54a..67430eddf96aa00426ebcd1c9a84dbfb9515ba5f 100644 (file)
@@ -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 )