webapps.mason: fix load error

Slava Pestov 2010-02-10 03:57:14 +13:00
parent 859979bfbf
commit 109579928d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: accessors arrays combinators db db.tuples furnace.actions USING: accessors arrays combinators db db.tuples furnace.actions
http.server.responses http.server.dispatchers kernel mason.platform http.server.responses http.server.dispatchers kernel mason.platform
mason.server.notify mason.report math.order sequences sorting mason.server mason.report math.order sequences sorting
splitting xml.syntax xml.writer io.pathnames io.encodings.utf8 splitting xml.syntax xml.writer io.pathnames io.encodings.utf8
io.files present validators html.forms furnace.db urls ; io.files present validators html.forms furnace.db urls ;
FROM: assocs => at keys values ; FROM: assocs => at keys values ;