move io.files.unique to basis

db4
Doug Coleman 2008-12-03 05:24:47 -06:00
parent 8edcf841f1
commit 3d17175926
4 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
! Copyright (C) 2008 Doug Coleman. ! Copyright (C) 2008 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: kernel math math.bitwise combinators.lib math.parser USING: kernel math math.bitwise math.parser
random sequences sequences.lib continuations namespaces random sequences continuations namespaces
io.files io arrays io.files.unique.backend system io.files io arrays io.files.unique.backend system
combinators vocabs.loader fry ; combinators vocabs.loader fry ;
IN: io.files.unique IN: io.files.unique