tests/dumbhttp.py
changeset 47505 23f5ed6dbcb1
parent 45849 c102b704edb5
child 48966 6000f5b25c9b
equal deleted inserted replaced
47504:9b1710c50230 47505:23f5ed6dbcb1
     1 #!/usr/bin/env python3
     1 #!/usr/bin/env python
     2 
     2 
     3 from __future__ import absolute_import
     3 from __future__ import absolute_import
     4 
     4 
     5 """
     5 """
     6 Small and dumb HTTP server for use in tests.
     6 Small and dumb HTTP server for use in tests.