Diff
Differences From Artifact [3d68982aa3]:
- File channels/__init__.py — part of check-in [493be36226] at 2015-04-29 22:55:24 on branch trunk — Exchanged all "import ahttp as http" for plain `ahttp` module usage. (user: mario, size: 25278) [annotate] [blame] [check-ins using]
To Artifact [0fa6fed575]:
- File channels/__init__.py — part of check-in [82e9e14f3b] at 2015-04-30 20:31:41 on branch trunk — Manually replace `nbsp;` in entity_decode (user: mario, size: 25301) [annotate] [blame] [check-ins using]
573 574 575 576 577 578 579 | 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 | - + | if s.find("/") < 1: s = "audio/" + s # return s # remove SGML/XML entities def entity_decode(self, s): |