changeset 50926 | 18c8c18993f0 |
parent 50925 | d718eddf01d9 |
child 51840 | 76387080f238 |
50925:d718eddf01d9 | 50926:18c8c18993f0 |
---|---|
24 |
24 |
25 from .i18n import ( |
25 from .i18n import ( |
26 _, |
26 _, |
27 gettext, |
27 gettext, |
28 ) |
28 ) |
29 from .pycompat import getattr |
|
30 from . import ( |
29 from . import ( |
31 cmdutil, |
30 cmdutil, |
32 encoding, |
31 encoding, |
33 error, |
32 error, |
34 extensions, |
33 extensions, |