Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/dataforms.py')
-rw-r--r--src/common/dataforms.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/dataforms.py b/src/common/dataforms.py
index 06c8ff2b8..f7cfd98eb 100644
--- a/src/common/dataforms.py
+++ b/src/common/dataforms.py
@@ -390,8 +390,6 @@ class MultipleDataForm(DataForm):
DataForm.__init__(self, type=type, title=title, instructions=instructions, extend=extend)
# all records, recorded into DataRecords
if extend is None:
- # we have to build this object from scratch
- xmpp.Node.__init__(self)
if items is not None: self.items = items
else: