mercurial/ui.py
changeset 50952 18c8c18993f0
parent 50951 d718eddf01d9
child 51003 ce9cb12ca8c9
equal deleted inserted replaced
50951:d718eddf01d9 50952:18c8c18993f0
    35 )
    35 )
    36 
    36 
    37 from .i18n import _
    37 from .i18n import _
    38 from .node import hex
    38 from .node import hex
    39 from .pycompat import (
    39 from .pycompat import (
    40     getattr,
       
    41     open,
    40     open,
    42 )
    41 )
    43 
    42 
    44 from . import (
    43 from . import (
    45     color,
    44     color,