mercurial/extensions.py
changeset 50929 18c8c18993f0
parent 50928 d718eddf01d9
child 51139 7b837fabc990
equal deleted inserted replaced
50928:d718eddf01d9 50929:18c8c18993f0
    17 from .i18n import (
    17 from .i18n import (
    18     _,
    18     _,
    19     gettext,
    19     gettext,
    20 )
    20 )
    21 from .pycompat import (
    21 from .pycompat import (
    22     getattr,
       
    23     open,
    22     open,
    24     setattr,
       
    25 )
    23 )
    26 
    24 
    27 from . import (
    25 from . import (
    28     cmdutil,
    26     cmdutil,
    29     configitems,
    27     configitems,