Skip to content

Commit

Permalink
Removing :use
Browse files Browse the repository at this point in the history
  • Loading branch information
spadin committed Apr 15, 2013
1 parent 19261a7 commit 3ce7569
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/speclj_www/controller/docs_controller.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(ns speclj_www.controller.docs-controller
(:use [compojure.core :only (routes GET context)]
[joodo.views :only (render-template render-html)])
(:require [speclj.core]))
(:require [compojure.core :refer [routes GET context]]
[joodo.views :refer [render-template render-html]]
[speclj.core]))

(def speclj-ns (the-ns 'speclj.core))

Expand Down

0 comments on commit 3ce7569

Please sign in to comment.