From 867199a89f4da88e2e5d4988ccc8554de22b4a24 Mon Sep 17 00:00:00 2001 From: Stephan Erb Date: Sun, 10 Jun 2007 09:52:20 +0000 Subject: [misc] init Node in MultipleDataForm only once. Fixes #3228 --- src/common/dataforms.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/common/dataforms.py') 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: -- cgit v1.2.3