diff rhodecode/lib/ext_json.py @ 2174:85a64b981c07 beta

ws cleanup, +changelog
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 28 Mar 2012 23:19:58 +0200
parents 775a7672d363
children 8a3a1a59a050
line wrap: on
line diff
--- a/rhodecode/lib/ext_json.py	Wed Mar 28 23:11:49 2012 +0200
+++ b/rhodecode/lib/ext_json.py	Wed Mar 28 23:19:58 2012 +0200
@@ -68,7 +68,7 @@
         except NotImplementedError:
             pass
         raise TypeError("%r is not JSON serializable" % (obj,))
-    # we handle decimals our own it makes unified behavior of json vs 
+    # we handle decimals our own it makes unified behavior of json vs
     # simplejson
     _sj.dumps = functools.partial(_sj.dumps, default=extended_encode,
                                   use_decimal=False)