mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix uninitialized attributes.
This commit is contained in:
committed by
Martin Kosek
parent
ccde115421
commit
5700920627
@@ -154,6 +154,7 @@ class LazyText(object):
|
||||
self.domain = domain
|
||||
self.localedir = localedir
|
||||
self.key = (domain, localedir)
|
||||
self.args = None
|
||||
|
||||
def __eq__(self, other):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user