Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix missing :use in lazytest.loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Sierra committed Sep 17, 2010
1 parent 57c36e2 commit cc3a89f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/clojure/lazytest/loader.clj
@@ -1,6 +1,7 @@
(ns lazytest.loader
"Loading namespaces and managing dependencies."
(:use [lazytest.dependency :only (graph depend)]
[lazytest.nsdeps :only (deps-from-ns-decl)]
[clojure.contrib.find-namespaces :only (find-clojure-sources-in-dir
read-file-ns-decl)]
[clojure.java.io :only (file)]))
Expand Down

0 comments on commit cc3a89f

Please sign in to comment.