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-07-23 17:25:35 +01:00
2014-10-18 09:27:47 -07:00
2014-09-10 14:32:37 -04:00
2012-10-27 19:25:48 -07:00
2014-02-12 12:14:49 +02:00
2014-09-10 14:32:37 -04:00
2014-07-23 17:16:07 +01:00
2013-03-07 14:54:25 -05:00
2014-07-23 17:13:03 +01:00