summaryrefslogtreecommitdiff
path: root/src/mulk/benki/lazychat.clj
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-06-25 17:46:07 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-06-25 17:46:07 +0200
commit06380786543fbe9c85f62ec2c4caa3e8fb6ff36d (patch)
treebe753d6d53a6cd7decfad711e6c16cd09392e474 /src/mulk/benki/lazychat.clj
parent3688af4b9c335f3cc5d8a98b4371a2f8a33b8e3d (diff)
Upgrade to Noir 1.3.0 and Hiccup 1.0.0.
Diffstat (limited to 'src/mulk/benki/lazychat.clj')
-rw-r--r--src/mulk/benki/lazychat.clj6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mulk/benki/lazychat.clj b/src/mulk/benki/lazychat.clj
index b1e8c51..b32e3af 100644
--- a/src/mulk/benki/lazychat.clj
+++ b/src/mulk/benki/lazychat.clj
@@ -1,16 +1,16 @@
(ns mulk.benki.lazychat
(:refer-clojure)
(:use [clojure repl]
- [hiccup core page-helpers]
+ [hiccup core page]
[noir core]
[noir-async core]
[mulk.benki auth config db util webutil feed]
;;
[clojure.core.match :only [match]]
- [hiccup.core :only [escape-html]]
[ring.util.codec :only [url-encode]]
[lamina.core :only [channel enqueue enqueue-and-close receive-all
- map* filter*]])
+ map* filter*]]
+ [hiccup.util :only [escape-html]])
(:require [clojure.algo.monads :as m]
[clojure.java.jdbc :as sql]
[clojure.string :as string]