comparison tests/get-with-headers.py @ 8447:d5ebcf8f6855

tests: fix doc string in get-with-headers.py
author Martin Geisler <mg@lazybytes.net>
date Sun, 17 May 2009 01:24:45 +0200
parents c5e37dc38a52
children 4d9dea174b84
comparison
equal deleted inserted replaced
8446:e1f4343db740 8447:d5ebcf8f6855
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 2
3 __doc__ = """This does HTTP get requests given a host:port and path and returns 3 """This does HTTP GET requests given a host:port and path and returns
4 a subset of the headers plus the body of the result.""" 4 a subset of the headers plus the body of the result."""
5 5
6 import httplib, sys, re 6 import httplib, sys, re
7 7
8 try: 8 try: