furnace.actions: cleanup using.
parent
a785e279d5
commit
c4d179643b
|
@ -1,20 +1,9 @@
|
||||||
! Copyright (C) 2008, 2009 Slava Pestov.
|
! Copyright (C) 2008, 2009 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors sequences kernel assocs combinators
|
USING: accessors assocs combinators fry furnace.conversations
|
||||||
validators http hashtables namespaces fry continuations locals
|
furnace.utilities html.forms html.templates.chloe http
|
||||||
io arrays math boxes splitting urls
|
http.server http.server.responses kernel namespaces sequences
|
||||||
xml.entities
|
splitting urls validators ;
|
||||||
http.server
|
|
||||||
http.server.responses
|
|
||||||
furnace.utilities
|
|
||||||
furnace.redirection
|
|
||||||
furnace.conversations
|
|
||||||
furnace.chloe-tags
|
|
||||||
html.forms
|
|
||||||
html.components
|
|
||||||
html.templates.chloe
|
|
||||||
html.templates.chloe.syntax
|
|
||||||
html.templates.chloe.compiler ;
|
|
||||||
IN: furnace.actions
|
IN: furnace.actions
|
||||||
|
|
||||||
SYMBOL: rest
|
SYMBOL: rest
|
||||||
|
|
Loading…
Reference in New Issue