updated README, index fix for component

This commit is contained in:
Nathan Fritz
2010-05-25 10:33:24 +08:00
committed by Thom Nichols
parent e00dea7c0c
commit 8b3b8aca9e
3 changed files with 9 additions and 5 deletions

View File

@@ -281,7 +281,7 @@ class DefaultConfig(ElementBase):
def getType(self):
t = self._getAttr('type')
if not t: t == 'leaf'
if not t: t = 'leaf'
return t
stanzaPlugin(PubsubOwner, DefaultConfig)