mercurial/filesetlang.py
changeset 50926 18c8c18993f0
parent 48875 6000f5b25c9b
child 51859 f4733654f144
equal deleted inserted replaced
50925:d718eddf01d9 50926:18c8c18993f0
     5 # This software may be used and distributed according to the terms of the
     5 # This software may be used and distributed according to the terms of the
     6 # GNU General Public License version 2 or any later version.
     6 # GNU General Public License version 2 or any later version.
     7 
     7 
     8 
     8 
     9 from .i18n import _
     9 from .i18n import _
    10 from .pycompat import getattr
       
    11 from . import (
    10 from . import (
    12     error,
    11     error,
    13     parser,
    12     parser,
    14     pycompat,
    13     pycompat,
    15 )
    14 )