tests/dumbhttp.py
changeset 48875 6000f5b25c9b
parent 47500 23f5ed6dbcb1
child 48946 642e31cb55f0
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     1 #!/usr/bin/env python
     1 #!/usr/bin/env python
     2 
     2 
     3 from __future__ import absolute_import
       
     4 
     3 
     5 """
     4 """
     6 Small and dumb HTTP server for use in tests.
     5 Small and dumb HTTP server for use in tests.
     7 """
     6 """
     8 
     7