changeset 35245 | 414114a7c18f |
parent 34486 | a57c938e7ac8 |
child 35461 | 3a119a423953 |
35244:98f97eb20597 | 35245:414114a7c18f |
---|---|
15 import socket |
15 import socket |
16 import struct |
16 import struct |
17 import traceback |
17 import traceback |
18 |
18 |
19 from .i18n import _ |
19 from .i18n import _ |
20 from .thirdparty import selectors2 |
|
20 from . import ( |
21 from . import ( |
21 encoding, |
22 encoding, |
22 error, |
23 error, |
23 pycompat, |
24 pycompat, |
24 selectors2, |
|
25 util, |
25 util, |
26 ) |
26 ) |
27 |
27 |
28 logfile = None |
28 logfile = None |
29 |
29 |