# HG changeset patch # User Martin Geisler # Date 1242516285 -7200 # Node ID fd52c78e1aa77b116ed82ea5963609d05cf65bbb # Parent 986012d03ed399e5c8954c3e43247a2499d34101 tests: fix doc string in get-with-headers.py [ original upstream message ] diff -r 986012d03ed3 -r fd52c78e1aa7 tests/get-with-headers.py --- a/tests/get-with-headers.py Thu Dec 25 17:49:08 2008 +0100 +++ b/tests/get-with-headers.py Sun May 17 01:24:45 2009 +0200 @@ -1,6 +1,6 @@ #!/usr/bin/env python -__doc__ = """This does HTTP get requests given a host:port and path and returns +"""This does HTTP GET requests given a host:port and path and returns a subset of the headers plus the body of the result.""" import httplib, sys, re