Fix load errors

db4
Slava Pestov 2008-06-15 03:25:36 -05:00
parent 0ab3f1f436
commit ac4f180857
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
! See http://factorcode.org/license.txt for BSD license.
USING: math.ranges sequences random accessors combinators.lib
kernel namespaces fry db.types db.tuples urls validators
html.components http http.server.dispatchers furnace
html.components html.forms http http.server.dispatchers furnace
furnace.actions furnace.boilerplate ;
IN: webapps.wee-url

View File

@ -2,7 +2,8 @@
! See http://factorcode.org/license.txt for BSD license.
USING: accessors kernel hashtables calendar
namespaces splitting sequences sorting math.order present
html.components syndication
syndication
html.components html.forms
http.server
http.server.dispatchers
furnace