doc/gendoc.py
changeset 19322 ff1586a3adc5
parent 19233 81d9a7f6f2e7
child 19423 5046fede7684
--- a/doc/gendoc.py	Thu Jun 13 01:44:02 2013 +0200
+++ b/doc/gendoc.py	Thu Jun 13 01:36:58 2013 +0200
@@ -4,7 +4,6 @@
 # fall back to pure modules if required C extensions are not available
 sys.path.append(os.path.join('..', 'mercurial', 'pure'))
 from mercurial import demandimport; demandimport.enable()
-from mercurial import encoding
 from mercurial import minirst
 from mercurial.commands import table, globalopts
 from mercurial.i18n import gettext, _