Don't use :use
This commit is contained in:
parent
c23e019ccd
commit
61a76bfd1c
1 changed files with 3 additions and 3 deletions
|
|
@ -14,9 +14,9 @@
|
|||
Related documentation guide: http://clojuremongodb.info/articles/gridfs.html"
|
||||
(:refer-clojure :exclude [remove find])
|
||||
(:require monger.core
|
||||
[clojure.java.io :as io])
|
||||
(:use monger.conversion
|
||||
[clojurewerkz.support.fn :only [fpartial]])
|
||||
[clojure.java.io :as io]
|
||||
[monger.conversion :refer :all]
|
||||
[clojurewerkz.support.fn :refer [fpartial]])
|
||||
(:import [com.mongodb DB DBObject]
|
||||
[com.mongodb.gridfs GridFS GridFSInputFile]
|
||||
[java.io InputStream File]))
|
||||
|
|
|
|||
Loading…
Reference in a new issue