141 |
|
|
142 |
# all dispatchers should be used for the 0.8 and 0.9 namespaces too |
# all dispatchers should be used for the 0.8 and 0.9 namespaces too |
143 |
for xmlns in ("http://thuban.intevation.org/dtds/thuban-0.8.dtd", |
for xmlns in ("http://thuban.intevation.org/dtds/thuban-0.8.dtd", |
144 |
"http://thuban.intevation.org/dtds/thuban-0.9-dev.dtd"): |
"http://thuban.intevation.org/dtds/thuban-0.9-dev.dtd", |
145 |
|
"http://thuban.intevation.org/dtds/thuban-0.9.dtd"): |
146 |
for key, value in dispatchers.items(): |
for key, value in dispatchers.items(): |
147 |
dispatchers[(xmlns, key)] = value |
dispatchers[(xmlns, key)] = value |
148 |
|
|