contrib/check-py3-compat.py
changeset 32368 008d37c4d783
parent 32367 a9c71d578a1c
child 32369 3b88a7fa97d8
equal deleted inserted replaced
32367:a9c71d578a1c 32368:008d37c4d783
    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     'base85.py',
       
    21     'bdiff.py',
    20     'bdiff.py',
    22     'diffhelpers.py',
    21     'diffhelpers.py',
    23     'mpatch.py',
    22     'mpatch.py',
    24     'parsers.py',
    23     'parsers.py',
    25 )
    24 )