changeset 28771 | 9366b18ba103 |
parent 28451 | c90cfe76e024 |
child 29566 | 075146e85bb6 |
--- a/tests/dumbhttp.py Mon Apr 04 01:59:57 2016 +0100 +++ b/tests/dumbhttp.py Sun Apr 03 19:40:05 2016 +0900 @@ -6,10 +6,10 @@ Small and dumb HTTP server for use in tests. """ +import BaseHTTPServer +import SimpleHTTPServer import optparse -import BaseHTTPServer import signal -import SimpleHTTPServer import sys from mercurial import (