hi,
not sure if that is very easy but you have to change the CSSValue
class in css/cssvalue.py as that is the class that handles the parsing
at this point.
When a CSSValue is set CSS._setCssText(...) is called and handles the
actual parsing. In the current trunk (or I also think in 0.9.6a0 but
am not sure) this method encounters the starting { of the dictionary
but cannot find a match in the defined ``valueprods`` definition.
Unfortunately this is just the area which has changed in the last
release and may or may not change again. Defining the parsing as it is
done here should later be done in all classes but this was the prove
of concept and I fear is not complete yet
but let me know if that helps
Thanks
Chris