contrib/check-py3-compat.py
changeset 32370 017ad85e5ac8
parent 32369 3b88a7fa97d8
child 32371 151cc3b3d799
equal deleted inserted replaced
32369:3b88a7fa97d8 32370:017ad85e5ac8
    15 import sys
    15 import sys
    16 import traceback
    16 import traceback
    17 
    17 
    18 # Modules that have both Python and C implementations.
    18 # Modules that have both Python and C implementations.
    19 _dualmodules = (
    19 _dualmodules = (
    20     'diffhelpers.py',
       
    21     'mpatch.py',
    20     'mpatch.py',
    22     'parsers.py',
    21     'parsers.py',
    23 )
    22 )
    24 
    23 
    25 def check_compat_py2(f):
    24 def check_compat_py2(f):