changeset 29661:a181dbef8e7f

doc: remove double imports of inspect from hgmanpage.py
author Yuya Nishihara <yuya@tcha.org>
date Sat, 14 May 2016 14:37:25 +0900
parents 99b50346b750
children b76ea1384bf2
files doc/hgmanpage.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/hgmanpage.py	Tue May 05 10:51:34 2015 +0900
+++ b/doc/hgmanpage.py	Sat May 14 14:37:25 2016 +0900
@@ -57,7 +57,6 @@
     import roman
 except ImportError:
     from docutils.utils import roman
-import inspect
 
 FIELD_LIST_INDENT = 7
 DEFINITION_LIST_INDENT = 7