Skip to content

Commit

Permalink
Avoid prefix lists in r.m.file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgrana committed Oct 27, 2010
1 parent 4c377b3 commit 3583bee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ring-core/src/ring/middleware/file.clj
Original file line number Original file line Diff line number Diff line change
@@ -1,9 +1,9 @@
(ns ring.middleware.file (ns ring.middleware.file
"Static file serving." "Static file serving."
(:use (clojure.contrib [def :only (defvar-)] (:use [clojure.contrib.def :only (defvar-)]
[except :only (throw-if-not)])) [clojure.contrib.except :only (throw-if-not)])
(:require (ring.util [codec :as codec] (:require [ring.util.codec :as codec]
[response :as response])) [ring.util.response :as response])
(:import java.io.File)) (:import java.io.File))


(defn- ensure-dir (defn- ensure-dir
Expand Down

0 comments on commit 3583bee

Please sign in to comment.