mercurial/__init__.py
changeset 32372 df448de7cf3b
parent 32371 151cc3b3d799
child 32373 5700825889fb
--- a/mercurial/__init__.py	Sat Aug 13 12:18:58 2016 +0900
+++ b/mercurial/__init__.py	Sat Aug 13 12:23:56 2016 +0900
@@ -23,7 +23,6 @@
 # Modules that have both Python and C implementations. See also the
 # set of .py files under mercurial/pure/.
 _dualmodules = {
-    'mercurial.parsers',
 }
 
 class hgimporter(object):