BREAKING: New ns structure.

This commit is contained in:
Peter Taoussanis 2012-07-03 16:27:20 +07:00
parent a1bec9d6c3
commit cfc2a60c8e
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
(ns timbre.core
(ns taoensso.timbre
"Simple, flexible, all-Clojure logging. No XML!"
{:author "Peter Taoussanis"}
(:require [clojure.string :as str]

View File

@ -1,6 +1,6 @@
(ns timbre.test.core
(ns test-timbre.timbre
(:use [clojure.test]
[timbre.core :as timbre :only (info)]))
[taoensso.timbre :as timbre :only (info)]))
;; TODO Tests (help would be welcome!!)