aboutsummaryrefslogtreecommitdiffstats
path: root/test/serv.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix an issue caused by some editors when editing a request/response body.Aldo Cortesi2012-01-211-3/+1
| | | | | | Many editors make it hard save a file without a terminating newline on the last line. When editing message bodies, this can cause problems. For now, I just strip the newlines off the end of the body when we return from an editor.
* Code cleanliness - appease pychecker.Aldo Cortesi2011-08-041-1/+1
|
* Initial checkin.Aldo Cortesi2010-02-161-0/+10