contrib/import-checker.py
changeset 32372 df448de7cf3b
parent 32371 151cc3b3d799
child 32374 194b0f781132
equal deleted inserted replaced
32371:151cc3b3d799 32372:df448de7cf3b
    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     'parsers.py',
       
    30 )
    29 )
    31 
    30 
    32 # Modules that must be aliased because they are commonly confused with
    31 # Modules that must be aliased because they are commonly confused with
    33 # common variables and can create aliasing and readability issues.
    32 # common variables and can create aliasing and readability issues.
    34 requirealias = {
    33 requirealias = {