comparison contrib/check-py3-compat.py @ 32369:3b88a7fa97d8

bdiff: switch to policy importer # no-check-commit
author Yuya Nishihara <yuya@tcha.org>
date Sat, 13 Aug 2016 12:12:50 +0900
parents 008d37c4d783
children 017ad85e5ac8
comparison
equal deleted inserted replaced
32368:008d37c4d783 32369:3b88a7fa97d8
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 'bdiff.py',
21 'diffhelpers.py', 20 'diffhelpers.py',
22 'mpatch.py', 21 'mpatch.py',
23 'parsers.py', 22 'parsers.py',
24 ) 23 )
25 24