]> gitweb.factorcode.org Git - factor.git/commitdiff
add using
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 4 Dec 2008 06:08:20 +0000 (00:08 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 4 Dec 2008 06:08:20 +0000 (00:08 -0600)
extra/webapps/wee-url/wee-url.factor

index af7c8b61ce8b31e53865d2bf39570274e903b046..bc429a0af6d8a8f4b5bdefca0b9cd38b975b0060 100644 (file)
@@ -1,11 +1,11 @@
 ! Copyright (C) 2007 Doug Coleman.
 ! Copyright (C) 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: math.ranges sequences random accessors combinators.lib
+USING: math.ranges sequences random accessors 
 kernel namespaces fry db.types db.tuples urls validators
 html.components html.forms http http.server.dispatchers furnace
 furnace.actions furnace.boilerplate furnace.redirection 
-furnace.utilities ;
+furnace.utilities continuations ;
 IN: webapps.wee-url
 
 TUPLE: wee-url < dispatcher ;