comparison mercurial/chgserver.py @ 43087:66f2cc210a29

py3: manually import pycompat.setattr where it is needed Continuing to eliminate the implicit import of symbols in the Python 3 source transformer so we can eliminate it. Differential Revision: https://phab.mercurial-scm.org/D7007
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 06 Oct 2019 14:58:42 -0400
parents 687b865b95ad
children c59eb1560c44
comparison
equal deleted inserted replaced
43086:bbcbb82e3589 43087:66f2cc210a29
49 import stat 49 import stat
50 import struct 50 import struct
51 import time 51 import time
52 52
53 from .i18n import _ 53 from .i18n import _
54 from .pycompat import setattr
54 55
55 from . import ( 56 from . import (
56 commandserver, 57 commandserver,
57 encoding, 58 encoding,
58 error, 59 error,