io.pathnames: Fix using list.
parent
3ac520a8ec
commit
db9386d4c3
|
@ -1,7 +1,7 @@
|
|||
! Copyright (C) 2004, 2009 Slava Pestov, Doug Coleman.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors combinators io.backend io.files.windows kernel
|
||||
math math.order namespaces sequences splitting strings system ;
|
||||
USING: accessors combinators io.backend kernel math math.order
|
||||
namespaces sequences splitting strings system ;
|
||||
IN: io.pathnames
|
||||
|
||||
SYMBOL: current-directory
|
||||
|
|
Loading…
Reference in New Issue