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