ftp: cleanup using.

db4
John Benediktsson 2014-11-30 08:44:29 -08:00
parent ec0c896ed3
commit 76e2421f07
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
! Copyright (C) 2008 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: accessors arrays assocs combinators io io.files kernel
math.parser sequences strings ;
USING: accessors io kernel sequences ;
IN: ftp
SYMBOLS: +active+ +passive+ ;