Fixed issue #1 : Decode the record body into dict
commit98931046e844eda3b822d7d7f2af335a29b241a4
authorcnu <srinivasanr@gmail.com>
Sun, 5 Jul 2009 19:19:32 +0000 (6 03:19 +0800)
committerBrandon Bickford <bran@dv8.org>
Mon, 6 Jul 2009 14:42:45 +0000 (6 22:42 +0800)
treefa0fff692b363206b74b7b74912dc83ffad3c206
parenta4cde5f4593d9321d4365c2fe45444ed2a26086a
Fixed issue #1 : Decode the record body into dict

Use the codec's decode method and return back the original dict instead of string.

Signed-off-by: Brandon Bickford <bran@dv8.org>
waffle/waffle.py