extraneous :

This commit is contained in:
fpeters 2005-02-08 19:37:30 +00:00
parent 76c18b110a
commit 4daea9f3f0
1 changed files with 1 additions and 1 deletions

View File

@ -669,7 +669,7 @@ def main():
for namespace in configuration.evaluateXpath("yep:namespace"):
name, uri = namespace.prop("name"), namespace.prop("uri")
try:
namespaces.getUri(name):
namespaces.getUri(name)
except KeyError:
ns = namespaces.Namespace(name, uri)
application.xpathContext.xpathRegisterNs(name, uri)