changed robot.brain to require kernel-lexicon to be fully qualified.

This commit is contained in:
Richard Harrington 2013-08-04 21:01:58 -04:00
parent 1af74d1630
commit c358ce0e54

View File

@ -1,7 +1,7 @@
(ns robotwar.brain (ns robotwar.brain
(:use [clojure.string :only [join]] (:use [clojure.string :only [join]]
[clojure.pprint :only [pprint]] [clojure.pprint :only [pprint]])
[robotwar.kernel-lexicon])) (:require [robotwar.kernel-lexicon]))
(def op-map (into {} (for [op robotwar.kernel-lexicon/op-commands] (def op-map (into {} (for [op robotwar.kernel-lexicon/op-commands]
[op (case op [op (case op