comparison contrib/import-checker.py @ 32368: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
32367:a9c71d578a1c 32368:008d37c4d783
24 'mercurial.node', 24 'mercurial.node',
25 ) 25 )
26 26
27 # Modules that have both Python and C implementations. 27 # Modules that have both Python and C implementations.
28 _dualmodules = ( 28 _dualmodules = (
29 'base85.py',
30 'bdiff.py', 29 'bdiff.py',
31 'diffhelpers.py', 30 'diffhelpers.py',
32 'mpatch.py', 31 'mpatch.py',
33 'parsers.py', 32 'parsers.py',
34 ) 33 )