typo
This commit is contained in:
parent
5e19b20377
commit
032ed4f22c
|
@ -204,7 +204,7 @@ class Dispatcher(PlugIn):
|
|||
xmlns=self._owner.defaultNamespace
|
||||
if not typ and not ns:
|
||||
typ='default'
|
||||
if self.handlers.has_key(xmlns):
|
||||
if not self.handlers.has_key(xmlns):
|
||||
return
|
||||
if not self.handlers[xmlns].has_key(name):
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue