From eaec3ebce10b2f7fac663d15c7b97438e5bbc445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Bernardo=20Galkin?= Date: Sat, 1 May 2010 10:43:34 -0300 Subject: [PATCH] repl script requires pprint --- script/config_repl.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/script/config_repl.clj b/script/config_repl.clj index 9887cb9..edeca03 100644 --- a/script/config_repl.clj +++ b/script/config_repl.clj @@ -1,3 +1,4 @@ +(use 'clojure.contrib.pprint) (require 'clojure.contrib.repl-utils) (set! *print-length* 500) (clojure.contrib.repl-utils/add-break-thread!)