diff --git a/rhodecode/lib/ext_json.py b/rhodecode/lib/ext_json.py --- a/rhodecode/lib/ext_json.py +++ b/rhodecode/lib/ext_json.py @@ -119,4 +119,4 @@ if simplejson: elif stdlibjson: json = _json else: - raise ImportError('Could not find any json modules') \ No newline at end of file + raise ImportError('Could not find any json modules')