Skip to content

Commit

Permalink
Rename core.clj to kchordr.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
candera committed May 27, 2012
1 parent 969dc28 commit c2e1125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/clj/kchordr/core.clj → src/clj/kchordr.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns kchordr.core
(ns kchordr
(:refer-clojure :exclude [key send])
(:use [clojure.core.match :only (match)]
kchordr.keycodes)
Expand Down
2 changes: 1 addition & 1 deletion src/clj/kchordr/main.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns kchordr.main
(:use kchordr.core))
(:use kchordr))


0 comments on commit c2e1125

Please sign in to comment.