contrib/import-checker.py
changeset 32371 151cc3b3d799
parent 32370 017ad85e5ac8
child 32372 df448de7cf3b
equal deleted inserted replaced
32370:017ad85e5ac8 32371:151cc3b3d799
    24     'mercurial.node',
    24     'mercurial.node',
    25 )
    25 )
    26 
    26 
    27 # Modules that have both Python and C implementations.
    27 # Modules that have both Python and C implementations.
    28 _dualmodules = (
    28 _dualmodules = (
    29     'mpatch.py',
       
    30     'parsers.py',
    29     'parsers.py',
    31 )
    30 )
    32 
    31 
    33 # Modules that must be aliased because they are commonly confused with
    32 # Modules that must be aliased because they are commonly confused with
    34 # common variables and can create aliasing and readability issues.
    33 # common variables and can create aliasing and readability issues.