Edgewall Software

Ticket #413: core-0.6.x.py.patch

File core-0.6.x.py.patch, 140 bytes (added by ilias@…, 13 years ago)

Ticket #413's patch for genshi/core.py in 0.6.x

Line 
1714c714,715
2<         parts = qname.lstrip('{').split('}', 1)
3---
4>         qname = qname.lstrip('{')
5>         parts = qname.split('}', 1)