updated README, index fix for component

This commit is contained in:
Nathan Fritz
2010-05-24 19:33:24 -07:00
parent 3920ee3941
commit 7ebc006516
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)