Skip to content

Commit

Permalink
Avoid prefix lists in r.h.dump.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgrana committed Oct 27, 2010
1 parent ca3a429 commit 91c4dc8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ring-devel/src/ring/handler/dump.clj
@@ -1,10 +1,11 @@
(ns ring.handler.dump
"Reflect Ring requests into responses for debugging."
(:use (hiccup core page-helpers)
(:use hiccup.core
hiccup.page-helpers
[clojure.contrib.def :only (defvar-)]
ring.util.response)
(:require (clojure [set :as set]))
(:require [clojure.pprint :as pprint]))
(:require [clojure.set :as set]
[clojure.pprint :as pprint]))

(declare css)

Expand Down

0 comments on commit 91c4dc8

Please sign in to comment.