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"
|
Related documentation guide: http://clojuremongodb.info/articles/gridfs.html"
|
||||||
(:refer-clojure :exclude [remove find])
|
(:refer-clojure :exclude [remove find])
|
||||||
(:require monger.core
|
(:require monger.core
|
||||||
[clojure.java.io :as io])
|
[clojure.java.io :as io]
|
||||||
(:use monger.conversion
|
[monger.conversion :refer :all]
|
||||||
[clojurewerkz.support.fn :only [fpartial]])
|
[clojurewerkz.support.fn :refer [fpartial]])
|
||||||
(:import [com.mongodb DB DBObject]
|
(:import [com.mongodb DB DBObject]
|
||||||
[com.mongodb.gridfs GridFS GridFSInputFile]
|
[com.mongodb.gridfs GridFS GridFSInputFile]
|
||||||
[java.io InputStream File]))
|
[java.io InputStream File]))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue