tests/dumbhttp.py
changeset 45830 c102b704edb5
parent 43076 2372284d9457
child 47500 23f5ed6dbcb1
equal deleted inserted replaced
45829:e7a4c018b563 45830:c102b704edb5
     1 #!/usr/bin/env python
     1 #!/usr/bin/env python3
     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.