comparison contrib/check-py3-compat.py @ 32407:008d37c4d783

base85: switch to policy importer
author Yuya Nishihara <yuya@tcha.org>
date Sat, 13 Aug 2016 12:08:23 +0900
parents a9c71d578a1c
children 3b88a7fa97d8
comparison
equal deleted inserted replaced
32406:a9c71d578a1c 32407: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 )