Skip to content

Commit

Permalink
Get rid of :use.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynes committed Feb 24, 2013
1 parent 4a6a303 commit 79cb7d3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/clojail/core.clj
@@ -1,8 +1,7 @@
(ns clojail.core
(:use clojure.stacktrace
[clojure.walk :only [walk postwalk-replace]]
clojail.jvm)
(:require serializable.fn)
(:require [clojure.stacktrace :refer [root-cause]]
[clojure.walk :refer [walk postwalk-replace]]
[clojail.jvm :refer [permissions domain context jvm-sandbox]])
(:import (java.util.concurrent TimeoutException TimeUnit FutureTask)
(clojure.lang LispReader$ReaderException)))

Expand Down

0 comments on commit 79cb7d3

Please sign in to comment.