##// END OF EJS Templates
tests: sort import lines in dumbhttp.py...
Yuya Nishihara -
r28771:9366b18b default
parent child Browse files
Show More
@@ -6,10 +6,10 b' from __future__ import absolute_import'
6 Small and dumb HTTP server for use in tests.
6 Small and dumb HTTP server for use in tests.
7 """
7 """
8
8
9 import BaseHTTPServer
10 import SimpleHTTPServer
9 import optparse
11 import optparse
10 import BaseHTTPServer
11 import signal
12 import signal
12 import SimpleHTTPServer
13 import sys
13 import sys
14
14
15 from mercurial import (
15 from mercurial import (
General Comments 0
You need to be logged in to leave comments. Login now