From 3d5bb95640474972b168c1cf604ec8a21e4b3d30 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Wed, 18 Mar 2009 17:11:54 -0500 Subject: [PATCH] dont use prettyprinter --- extra/site-watcher/site-watcher.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/site-watcher/site-watcher.factor b/extra/site-watcher/site-watcher.factor index f1e7acbb5a..6bed54432e 100644 --- a/extra/site-watcher/site-watcher.factor +++ b/extra/site-watcher/site-watcher.factor @@ -3,7 +3,7 @@ USING: db.sqlite db.types db.tuples kernel accessors db io.files io.files.temp locals io.directories continuations assocs sequences alarms namespaces http.client init calendar -math math.parser smtp strings io prettyprint combinators arrays +math math.parser smtp strings io combinators arrays generalizations combinators.smart ; IN: site-watcher