From ccc7c6a3b36a3c7d096b12e62e63334374dd897c Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 29 Nov 2011 19:50:16 +0100 Subject: Make scripts pylint and PEP8 compliant. New version 1.1.0. --- test_strings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test_strings.py') 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 +""" -- cgit