summaryrefslogtreecommitdiffstats
path: root/ipalib/text.py
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2011-04-21 10:13:06 +0200
committerMartin Kosek <mkosek@redhat.com>2011-04-21 10:41:29 +0200
commit5700920627b8ac5e303e37d23a0051d0799a4801 (patch)
tree1bd01923eebd29a6a1fe12fdc66e0259d1d58da1 /ipalib/text.py
parentccde1154215c89ac6ad0982425555be59ab1c699 (diff)
downloadfreeipa-5700920627b8ac5e303e37d23a0051d0799a4801.tar.gz
freeipa-5700920627b8ac5e303e37d23a0051d0799a4801.tar.xz
freeipa-5700920627b8ac5e303e37d23a0051d0799a4801.zip
Fix uninitialized attributes.
Diffstat (limited to 'ipalib/text.py')
-rw-r--r--ipalib/text.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/text.py b/ipalib/text.py
index a910cc5fb..af532db45 100644
--- a/ipalib/text.py
+++ b/ipalib/text.py
@@ -154,6 +154,7 @@ class LazyText(object):
self.domain = domain
self.localedir = localedir
self.key = (domain, localedir)
+ self.args = None
def __eq__(self, other):
"""