From 9af9980ba0b6c803b537e379565305d1e05dbc00 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Thu, 22 Dec 2016 05:50:31 -0800 Subject: [PATCH] webapps.calculator: fix using. --- extra/webapps/calculator/calculator.factor | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/extra/webapps/calculator/calculator.factor b/extra/webapps/calculator/calculator.factor index 2d652feea1..26494bc178 100644 --- a/extra/webapps/calculator/calculator.factor +++ b/extra/webapps/calculator/calculator.factor @@ -1,8 +1,9 @@ ! Copyright (C) 2008, 2009 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors furnace.actions furnace.alloy furnace.redirection -html.forms http.server http.server.dispatchers math namespaces urls -validators webapps.utils ; +USING: accessors furnace.actions furnace.alloy +furnace.redirection html.forms http.server +http.server.dispatchers kernel math namespaces urls validators +webapps.utils ; IN: webapps.calculator TUPLE: calculator < dispatcher ; -- 2.34.1