diff mercurial/__init__.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
line wrap: on
line diff
--- a/mercurial/__init__.py	Fri Aug 12 11:35:17 2016 +0900
+++ b/mercurial/__init__.py	Sat Aug 13 12:08:23 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.base85',
     'mercurial.bdiff',
     'mercurial.diffhelpers',
     'mercurial.mpatch',