From 2c378da929965ae115bd0a2d3b5990de2e1316d4 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Thu, 2 Apr 2020 20:00:56 -0700 Subject: [PATCH] furnace.actions: better using. --- basis/furnace/actions/actions.factor | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/basis/furnace/actions/actions.factor b/basis/furnace/actions/actions.factor index 544ce01028..18f97aa534 100644 --- a/basis/furnace/actions/actions.factor +++ b/basis/furnace/actions/actions.factor @@ -1,9 +1,10 @@ ! Copyright (C) 2008, 2009 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. USING: accessors assocs combinators fry furnace.conversations -furnace.utilities html.forms html.templates.chloe http -http.server http.server.responses kernel namespaces sequences -splitting urls validators ; +furnace.utilities html.forms http http.server +http.server.responses kernel namespaces sequences splitting urls +validators ; +FROM: html.templates.chloe => ; IN: furnace.actions SYMBOL: rest -- 2.34.1