From 0764aaaed17695c1c5a6aa77dbdfea77a2d8ad5f Mon Sep 17 00:00:00 2001 From: Christian Mueller Date: Sat, 1 Feb 2014 09:04:15 +0100 Subject: [PATCH] renaming folders, part2 --- src/{notehub2 => notehub}/api.clj | 0 src/{notehub2 => notehub}/handler.clj | 0 src/{notehub2 => notehub}/settings.clj | 0 src/{notehub2 => notehub}/storage.clj | 0 test/{notehub2 => notehub}/test/api.clj | 0 test/{notehub2 => notehub}/test/handler.clj | 0 test/{notehub2 => notehub}/test/storage.clj | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename src/{notehub2 => notehub}/api.clj (100%) rename src/{notehub2 => notehub}/handler.clj (100%) rename src/{notehub2 => notehub}/settings.clj (100%) rename src/{notehub2 => notehub}/storage.clj (100%) rename test/{notehub2 => notehub}/test/api.clj (100%) rename test/{notehub2 => notehub}/test/handler.clj (100%) rename test/{notehub2 => notehub}/test/storage.clj (100%) diff --git a/src/notehub2/api.clj b/src/notehub/api.clj similarity index 100% rename from src/notehub2/api.clj rename to src/notehub/api.clj diff --git a/src/notehub2/handler.clj b/src/notehub/handler.clj similarity index 100% rename from src/notehub2/handler.clj rename to src/notehub/handler.clj diff --git a/src/notehub2/settings.clj b/src/notehub/settings.clj similarity index 100% rename from src/notehub2/settings.clj rename to src/notehub/settings.clj diff --git a/src/notehub2/storage.clj b/src/notehub/storage.clj similarity index 100% rename from src/notehub2/storage.clj rename to src/notehub/storage.clj diff --git a/test/notehub2/test/api.clj b/test/notehub/test/api.clj similarity index 100% rename from test/notehub2/test/api.clj rename to test/notehub/test/api.clj diff --git a/test/notehub2/test/handler.clj b/test/notehub/test/handler.clj similarity index 100% rename from test/notehub2/test/handler.clj rename to test/notehub/test/handler.clj diff --git a/test/notehub2/test/storage.clj b/test/notehub/test/storage.clj similarity index 100% rename from test/notehub2/test/storage.clj rename to test/notehub/test/storage.clj