fixed socket name collision in xmlstream.py and fixed python 3.x compatibility

This commit is contained in:
Nathan Fritz
2010-10-14 10:58:07 -07:00
parent a41a4369c6
commit 0d0b963fe5
6 changed files with 19 additions and 16 deletions

View File

@@ -290,7 +290,6 @@ class DefaultConfig(ElementBase):
def setConfig(self, value):
self['form'].setStanzaValues(value.getStanzaValues())
print self['form']['title']
return self
registerStanzaPlugin(PubsubOwner, DefaultConfig)
@@ -370,7 +369,6 @@ class OwnerDefault(OwnerConfigure):
def setConfig(self, value):
self['form'].setStanzaValues(value.getStanzaValues())
print self['from']['title']
return self
registerStanzaPlugin(PubsubOwner, OwnerDefault)