src/newseasons/utils.clj @ 541449fa9cff

Add "src/newseasons/settings.clj" to .hgignore.
author Steve Losh <steve@stevelosh.com>
date Tue, 04 Oct 2011 19:04:52 -0400
parents e3e497ef8f62
children (none)
(ns newseasons.utils)


(defn sort-maps-by [coll k]
  (sort #(compare (%1 k) (%2 k)) coll))