From: John Benediktsson Date: Thu, 22 Dec 2016 13:50:31 +0000 (-0800) Subject: webapps.calculator: fix using. X-Git-Tag: unmaintained~341 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=9af9980ba0b6c803b537e379565305d1e05dbc00 webapps.calculator: fix using. --- 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 ;