comparison hgext/win32mbcs.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 86e4daa2d54c
children c59eb1560c44
comparison
equal deleted inserted replaced
43086:bbcbb82e3589 43087:66f2cc210a29
48 48
49 import os 49 import os
50 import sys 50 import sys
51 51
52 from mercurial.i18n import _ 52 from mercurial.i18n import _
53 from mercurial.pycompat import setattr
53 from mercurial import ( 54 from mercurial import (
54 encoding, 55 encoding,
55 error, 56 error,
56 pycompat, 57 pycompat,
57 registrar, 58 registrar,