minor tewaks

This commit is contained in:
2010-04-09 14:17:10 -07:00
parent d51440ad0b
commit 9c288c10c8
5 changed files with 495 additions and 9 deletions

View File

@@ -178,7 +178,7 @@ def reformat_content(data):
return p.sub(asciirepl, data)
def fix_tbox_json(s): # Check :: This is a bad logic by :: not checking for CRTL chars in JSON text -- Murali
def fix_tbox_json(s):
"""Fixes up tinderbox json.
Tinderbox returns strings as single-quoted strings, and occasionally