irkerd: Drop simplejson replacement
authorW. Trevor King <wking@tremily.us>
Fri, 7 Mar 2014 04:21:17 +0000 (20:21 -0800)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 11 Mar 2014 04:48:13 +0000 (00:48 -0400)
commitcc44ada060e677682d095224cc6bcfce8ca06809
tree34f0b92fc1e58bad06699479a931ed9ff415a108
parent893598d266c5be0ae6af82fc85afab5e7af06ef8
irkerd: Drop simplejson replacement

Since we no longer officially support Python 2.5, there's no *need* to
use a fallback JSON library.  Removing it makes our dependencies
cleaner, and JSON-parsing speed is not likely to be a large fraction
of irkerd cycles anyway.
irkerd