i cannot BELIEVE i did that.
This commit is contained in:
parent
742a0b55d5
commit
66561c51d8
@ -229,7 +229,7 @@ class HEBaseConfig(BaseConfig):
|
|||||||
# This isn't really used.
|
# This isn't really used.
|
||||||
class HEConfig(HEBaseConfig):
|
class HEConfig(HEBaseConfig):
|
||||||
default_xsd = 'http://schema.xml.r00t2.io/projects/tunnelbroker.tun.xsd'
|
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'}
|
'xsi': 'http://www.w3.org/2001/XMLSchema-instance'}
|
||||||
attr_qname = etree.QName('http://www.w3.org/2001/XMLSchema-instance', 'schemaLocation')
|
attr_qname = etree.QName('http://www.w3.org/2001/XMLSchema-instance', 'schemaLocation')
|
||||||
schema_loc = 'https://tunnelbroker.net/tunnelInfo.php?tid {0}'.format(default_xsd)
|
schema_loc = 'https://tunnelbroker.net/tunnelInfo.php?tid {0}'.format(default_xsd)
|
||||||
@ -246,7 +246,7 @@ class HEConfig(HEBaseConfig):
|
|||||||
|
|
||||||
class HETunnelConfig(HEBaseConfig):
|
class HETunnelConfig(HEBaseConfig):
|
||||||
default_xsd = 'http://schema.xml.r00t2.io/projects/tunnelbroker.tun.xsd'
|
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'}
|
'xsi': 'http://www.w3.org/2001/XMLSchema-instance'}
|
||||||
attr_qname = etree.QName('http://www.w3.org/2001/XMLSchema-instance', 'schemaLocation')
|
attr_qname = etree.QName('http://www.w3.org/2001/XMLSchema-instance', 'schemaLocation')
|
||||||
schema_loc = 'https://tunnelbroker.net/tunnelInfo.php?tid {0}'.format(default_xsd)
|
schema_loc = 'https://tunnelbroker.net/tunnelInfo.php?tid {0}'.format(default_xsd)
|
||||||
|
Loading…
Reference in New Issue
Block a user