Skip to content

Commit

Permalink
Break EVARYTHING
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jun 30, 2012
1 parent 8a1620e commit 45898a9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
3 changes: 1 addition & 2 deletions src/refheap/models/api.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
(ns refheap.models.api
(:require [somnium.congomongo :as mongo]
[refheap.models.users :as users]
(:require [refheap.models.users :as users]
[refheap.models.paste :as pastes]
[noir.response :as response]
[clojure.string :as string])
Expand Down
1 change: 0 additions & 1 deletion src/refheap/models/login.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
(ns refheap.models.login
(:require [refheap.config :refer [config]]
[somnium.congomongo :as mongo]
[clj-http.client :as http]
[noir.session :as session]
[cheshire.core :as json]
Expand Down
3 changes: 1 addition & 2 deletions src/refheap/models/paste.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
(ns refheap.models.paste
(:require [somnium.congomongo :as mongo]
[noir.session :as session]
(:require [noir.session :as session]
[clojure.java.io :as io]
[clojure.string :as string]
[clj-time.core :as time]
Expand Down
3 changes: 1 addition & 2 deletions src/refheap/models/users.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
(ns refheap.models.users
(:require [somnium.congomongo :as mongo]))
(ns refheap.models.users)

(defn get-user [user]
(mongo/fetch-one
Expand Down
3 changes: 1 addition & 2 deletions src/refheap/utilities.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
(ns refheap.utilities
(:require [somnium.congomongo :as mongo]
[refheap.models.paste :as paste]))
(:require [refheap.models.paste :as paste]))

(defn regenerate
"Regenerates a paste's pygmentized text and preview text from
Expand Down

0 comments on commit 45898a9

Please sign in to comment.