aboutsummaryrefslogtreecommitdiffstats
path: root/test_strings.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-11-29 19:50:16 +0100
committerMatěj Cepl <mcepl@redhat.com>2011-11-29 19:52:39 +0100
commitccc7c6a3b36a3c7d096b12e62e63334374dd897c (patch)
tree53374df591efa222586321d040fdac647443a67c /test_strings.py
parent2f56bd116a0b29aef3d3475ad4d70d6935a41727 (diff)
downloadjson_diff-ccc7c6a3b36a3c7d096b12e62e63334374dd897c.tar.gz
Make scripts pylint and PEP8 compliant.1.1.0
New version 1.1.0.
Diffstat (limited to 'test_strings.py')
-rw-r--r--test_strings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test_strings.py b/test_strings.py
index 31ab50f..4108a15 100644
--- a/test_strings.py
+++ b/test_strings.py
@@ -24,7 +24,7 @@ SIMPLE_NEW = u"""
}
"""
-SIMPLE_DIFF = u"""
+SIMPLE_DIFF = u"""
{
"_append": {
"d": "přidáno"
@@ -228,4 +228,4 @@ ARRAY_DIFF = u"""
}
}
}
-""" \ No newline at end of file
+"""