From 03e7f918aed7282311b83522fcc1474dd7bbb438 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 7 Dec 2019 10:38:49 -0800 Subject: [PATCH] webapps.pastebin: fix using. oops. --- extra/webapps/pastebin/pastebin.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/webapps/pastebin/pastebin.factor b/extra/webapps/pastebin/pastebin.factor index 5bee59895e..6b07131285 100644 --- a/extra/webapps/pastebin/pastebin.factor +++ b/extra/webapps/pastebin/pastebin.factor @@ -4,7 +4,7 @@ USING: accessors calendar db db.tuples db.types furnace.actions furnace.auth furnace.boilerplate furnace.recaptcha furnace.redirection furnace.syndication html.forms http.server.dispatchers http.server.responses kernel math.parser -namespaces present sequences smtp sorting urls validators +namespaces present sequences smtp splitting sorting urls validators xmode.catalog ; IN: webapps.pastebin