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