diff --git a/utils/he_ipv6/config.py b/utils/he_ipv6/config.py index bef433e..342d38c 100644 --- a/utils/he_ipv6/config.py +++ b/utils/he_ipv6/config.py @@ -229,7 +229,7 @@ class HEBaseConfig(BaseConfig): # This isn't really used. class HEConfig(HEBaseConfig): default_xsd = 'http://schema.xml.r00t2.io/projects/tunnelbroker.tun.xsd' - nsmap = {None: 'https://tunelbroker.net/tunnelInfo.php?tid', + nsmap = {None: 'https://tunnelbroker.net/tunnelInfo.php?tid', 'xsi': 'http://www.w3.org/2001/XMLSchema-instance'} attr_qname = etree.QName('http://www.w3.org/2001/XMLSchema-instance', 'schemaLocation') schema_loc = 'https://tunnelbroker.net/tunnelInfo.php?tid {0}'.format(default_xsd) @@ -246,7 +246,7 @@ class HEConfig(HEBaseConfig): class HETunnelConfig(HEBaseConfig): default_xsd = 'http://schema.xml.r00t2.io/projects/tunnelbroker.tun.xsd' - nsmap = {None: 'https://tunelbroker.net/tunnelInfo.php?tid', + nsmap = {None: 'https://tunnelbroker.net/tunnelInfo.php?tid', 'xsi': 'http://www.w3.org/2001/XMLSchema-instance'} attr_qname = etree.QName('http://www.w3.org/2001/XMLSchema-instance', 'schemaLocation') schema_loc = 'https://tunnelbroker.net/tunnelInfo.php?tid {0}'.format(default_xsd)