Skip to content

Commit

Permalink
Not sure why these hoops felt necessary at the time, but they're not now
Browse files Browse the repository at this point in the history
  • Loading branch information
trptcolin committed Nov 29, 2011
1 parent c148c48 commit 9971e0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions script/run.clj
@@ -1,4 +1,2 @@
(load "koan_engine/runner")
(do
(in-ns 'koan-engine.runner)
(exec "run"))
(require 'koan-engine.runner)
(koan-engine.runner/exec "run")
6 changes: 2 additions & 4 deletions script/test.clj
@@ -1,4 +1,2 @@
(load "koan_engine/runner")
(do
(in-ns 'koan-engine.runner)
(exec "test"))
(require 'koan-engine.runner)
(koan-engine.runner/exec "test")

0 comments on commit 9971e0b

Please sign in to comment.