aboutsummaryrefslogtreecommitdiff
path: root/lux-lein/src/leiningen/luxc/repl.clj
diff options
context:
space:
mode:
authorEduardo Julian2016-12-01 15:25:07 -0400
committerEduardo Julian2016-12-01 15:25:07 -0400
commit4528aee1d700ba0ac611fb07faf4c5a8c7e0b9ad (patch)
treea7c67379d1e23e1c4851d3037d68a2b695f1e899 /lux-lein/src/leiningen/luxc/repl.clj
parent74f782af647e9dc9dea53754d48482fa8a18301a (diff)
- Slightly changed the lux-lein commands.
Diffstat (limited to '')
-rw-r--r--lux-lein/src/leiningen/lux/repl.clj (renamed from lux-lein/src/leiningen/luxc/repl.clj)4
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-lein/src/leiningen/luxc/repl.clj b/lux-lein/src/leiningen/lux/repl.clj
index 2bfb281e6..271e79db9 100644
--- a/lux-lein/src/leiningen/luxc/repl.clj
+++ b/lux-lein/src/leiningen/lux/repl.clj
@@ -3,9 +3,9 @@
;; If a copy of the MPL was not distributed with this file,
;; You can obtain one at http://mozilla.org/MPL/2.0/.
-(ns leiningen.luxc.repl
+(ns leiningen.lux.repl
(:require [leiningen.core.classpath :as classpath]
- [leiningen.luxc.utils :as &utils])
+ [leiningen.lux.utils :as &utils])
(:import (java.io InputStreamReader
BufferedReader
PrintStream)))