contrib/check-py3-compat.py
changeset 32409 017ad85e5ac8
parent 32408 3b88a7fa97d8
child 32410 151cc3b3d799
--- a/contrib/check-py3-compat.py	Sat Aug 13 12:12:50 2016 +0900
+++ b/contrib/check-py3-compat.py	Sat Aug 13 12:15:49 2016 +0900
@@ -17,7 +17,6 @@
 
 # Modules that have both Python and C implementations.
 _dualmodules = (
-    'diffhelpers.py',
     'mpatch.py',
     'parsers.py',
 )