Fix linting issues

This commit is contained in:
José Padilla 2014-09-05 15:58:42 -07:00
parent d44a8f24ff
commit 3e20b0110c

View File

@ -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