Author: eallen
Date: 2010-08-20 10:03:13 -0400 (Fri, 20 Aug 2010)
New Revision: 4214
Modified:
mgmt/newdata/cumin/python/cumin/OpenFlashChart.py
Log:
Remove some processing of the json output since it is now handled in the swf.
Modified: mgmt/newdata/cumin/python/cumin/OpenFlashChart.py
===================================================================
--- mgmt/newdata/cumin/python/cumin/OpenFlashChart.py 2010-08-19 17:12:41 UTC (rev 4213)
+++ mgmt/newdata/cumin/python/cumin/OpenFlashChart.py 2010-08-20 14:03:13 UTC (rev 4214)
@@ -83,11 +83,7 @@
return json.dumps(attributes)
else:
return str(attributes).\
- replace("': u'", "': '").\
- replace(": True,", ": true,").\
- replace(": False,", ": false,").\
- replace("L, ", ", ")
+ replace("': u'", "': '")
-
class Element(Chart):
pass
\ No newline at end of file