Added a newline

This commit is contained in:
Armin Ronacher 2011-10-07 15:09:02 -04:00
parent a9f68dd4c7
commit ebd7468807

View file

@ -56,6 +56,7 @@ def _assert_have_json():
if not json_available:
raise RuntimeError('simplejson not installed')
# figure out if simplejson escapes slashes. This behaviour was changed
# from one version to another without reason.
if not json_available or '\\/' not in json.dumps('/'):