Show More
@@ -263,7 +263,7 b' def openlog(opt, default):' | |||
|
263 | 263 | return open(opt, 'a') |
|
264 | 264 | return default |
|
265 | 265 | |
|
266 |
class MercurialHTTPServer( |
|
|
266 | class MercurialHTTPServer(_mixin, httpservermod.httpserver, object): | |
|
267 | 267 | |
|
268 | 268 | # SO_REUSEADDR has broken semantics on windows |
|
269 | 269 | if os.name == 'nt': |
General Comments 0
You need to be logged in to leave comments.
Login now