comparison contrib/check-py3-compat.py @ 32370:017ad85e5ac8

diffhelpers: switch to policy importer # no-check-commit
author Yuya Nishihara <yuya@tcha.org>
date Sat, 13 Aug 2016 12:15:49 +0900
parents 3b88a7fa97d8
children 151cc3b3d799
comparison
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):