webapps.calculator: fix using.
parent
294f75f0c4
commit
9af9980ba0
|
@ -1,8 +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 furnace.actions furnace.alloy furnace.redirection
|
USING: accessors furnace.actions furnace.alloy
|
||||||
html.forms http.server http.server.dispatchers math namespaces urls
|
furnace.redirection html.forms http.server
|
||||||
validators webapps.utils ;
|
http.server.dispatchers kernel math namespaces urls validators
|
||||||
|
webapps.utils ;
|
||||||
IN: webapps.calculator
|
IN: webapps.calculator
|
||||||
|
|
||||||
TUPLE: calculator < dispatcher ;
|
TUPLE: calculator < dispatcher ;
|
||||||
|
|
Loading…
Reference in New Issue