From dd1c69a6d20d3e155c51eae8470f319e18e137b8 Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <vu3rdd@gmail.com>
Date: Tue, 23 Mar 2010 00:52:54 +0530
Subject: [PATCH] renaming to ch1 to chapter1 to be more explicit

---
 {ch1 => chapter1}/ch1_1.clj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename {ch1 => chapter1}/ch1_1.clj (84%)

diff --git a/ch1/ch1_1.clj b/chapter1/ch1_1.clj
similarity index 84%
rename from ch1/ch1_1.clj
rename to chapter1/ch1_1.clj
index a0a00a7..7361cd3 100644
--- a/ch1/ch1_1.clj
+++ b/chapter1/ch1_1.clj
@@ -1,4 +1,4 @@
-(ns sicp.ch1.ch1_1)
+(ns sicp.chapter1.ch1_1)
 
 (defn square [x] (* x x))
 
-- 
2.45.2