Fix uninitialized attributes.

This commit is contained in:
Jan Cholasta
2011-04-21 10:13:06 +02:00
committed by Martin Kosek
parent ccde115421
commit 5700920627
5 changed files with 11 additions and 0 deletions

View File

@@ -154,6 +154,7 @@ class LazyText(object):
self.domain = domain
self.localedir = localedir
self.key = (domain, localedir)
self.args = None
def __eq__(self, other):
"""