From 3e20b0110cc30c112906cc473e04e837737ff4f5 Mon Sep 17 00:00:00 2001 From: José Padilla Date: Fri, 5 Sep 2014 15:58:42 -0700 Subject: Fix linting issues --- tests/test_description.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_description.py b/tests/test_description.py index 25bee19b..1208ce54 100644 --- a/tests/test_description.py +++ b/tests/test_description.py @@ -110,8 +110,10 @@ class TestViewNamesAndDescriptions(TestCase): class MockLazyStr(object): def __init__(self, string): self.s = string + def __str__(self): return self.s + def __unicode__(self): return self.s -- cgit v1.2.3