Joshua Harlow 7e7ce81fb8 Pretty up the debug module
Previously the usage of the yaml_dumps module was causing
any python unicode key and value to show up as:

'item': !!python/unicode "some string"

This was not very pretty...

Fix this by using safe_dumps (which is also a good thing to
use and allow_unicode=True). Also create a tiny helper function
in the cc_debug module that does not include the yaml start and
end footers (since this module has its own footers and headers).

Also includes a basic sanity test for this module.
2014-10-18 09:27:47 -07:00
..
2014-10-18 09:27:47 -07:00
2014-05-30 14:46:53 -04:00
2014-01-17 15:12:31 -05:00
2013-04-17 09:42:55 -07:00
2014-08-26 15:53:41 -04:00
2012-09-28 16:35:53 -04:00
2014-01-24 15:29:09 -05:00
2014-10-18 09:27:47 -07:00
2014-05-30 10:26:39 -04:00