typo
This commit is contained in:
parent
5e19b20377
commit
032ed4f22c
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ class Dispatcher(PlugIn):
|
||||||
xmlns=self._owner.defaultNamespace
|
xmlns=self._owner.defaultNamespace
|
||||||
if not typ and not ns:
|
if not typ and not ns:
|
||||||
typ='default'
|
typ='default'
|
||||||
if self.handlers.has_key(xmlns):
|
if not self.handlers.has_key(xmlns):
|
||||||
return
|
return
|
||||||
if not self.handlers[xmlns].has_key(name):
|
if not self.handlers[xmlns].has_key(name):
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Reference in a new issue