Added a newline
This commit is contained in:
parent
a9f68dd4c7
commit
ebd7468807
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ def _assert_have_json():
|
||||||
if not json_available:
|
if not json_available:
|
||||||
raise RuntimeError('simplejson not installed')
|
raise RuntimeError('simplejson not installed')
|
||||||
|
|
||||||
|
|
||||||
# figure out if simplejson escapes slashes. This behaviour was changed
|
# figure out if simplejson escapes slashes. This behaviour was changed
|
||||||
# from one version to another without reason.
|
# from one version to another without reason.
|
||||||
if not json_available or '\\/' not in json.dumps('/'):
|
if not json_available or '\\/' not in json.dumps('/'):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue