summaryrefslogtreecommitdiff
path: root/paste/util/html.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove use of futureChris Dent2018-10-241-0/+24
Future is calling installation endless recursion. We are only using it for an html.escape method, so we make our own and get rid of future. Related-Bug: #6