From 2719e51fa9d0d556ae4779e1178401282dc815fd Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 8 Dec 2007 22:57:26 -0500 Subject: [PATCH] Pastebin fix --- extra/webapps/pastebin/paste-summary.furnace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/webapps/pastebin/paste-summary.furnace b/extra/webapps/pastebin/paste-summary.furnace index 7e65e10a9e..2840110549 100644 --- a/extra/webapps/pastebin/paste-summary.furnace +++ b/extra/webapps/pastebin/paste-summary.furnace @@ -1,5 +1,5 @@ <% USING: continuations namespaces io kernel math math.parser -furnace webapps.pastebin calendar ; %> +furnace webapps.pastebin calendar sequences ; %>