Resolve most Python3.3 related issues.
Tests now run successfully. Occasionally get single error related to duplicated payload data in pubsub items when copying stanza values.
This commit is contained in:
@@ -34,7 +34,8 @@ class DefaultConfig(ElementBase):
|
||||
return self['form']
|
||||
|
||||
def set_config(self, value):
|
||||
self['form'].values = value.values
|
||||
del self['from']
|
||||
self.append(value)
|
||||
return self
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user