Fix problem in Queuing odict/HookeConfigParser.
authorW. Trevor King <wking@drexel.edu>
Wed, 12 May 2010 15:03:46 +0000 (11:03 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 12 May 2010 15:03:46 +0000 (11:03 -0400)
commit9f05b0e1e2855a78a560473f3414d69ac898005b
tree7b4cd9bc142c09dd8d8fecd375dde0b1f16c7554
parentd68a75a1d4773866c8d726d99783fcb73b504744
Fix problem in Queuing odict/HookeConfigParser.

I'm not sure why odict.__setstate__() is not being called before
.__setitem__(), but this hack seems to be a valid workaround.
hooke/compat/odict.py