webapps.calculator: fix using.

char-rename
John Benediktsson 2016-12-22 05:50:31 -08:00
parent 294f75f0c4
commit 9af9980ba0
1 changed files with 4 additions and 3 deletions

View File

@ -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 ;