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)
commit0c794887e526ca5cfc0ddfd9820b79275d958e81
tree7b4cd9bc142c09dd8d8fecd375dde0b1f16c7554
parent0dfc45f1890f92195d05f6923f35c17497f5152e
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