diff 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
line wrap: on
line diff
--- a/contrib/check-py3-compat.py	Sat Aug 13 12:08:23 2016 +0900
+++ b/contrib/check-py3-compat.py	Sat Aug 13 12:12:50 2016 +0900
@@ -17,7 +17,6 @@
 
 # Modules that have both Python and C implementations.
 _dualmodules = (
-    'bdiff.py',
     'diffhelpers.py',
     'mpatch.py',
     'parsers.py',