##// END OF EJS Templates
doc: remove double imports of inspect from hgmanpage.py
Yuya Nishihara -
r29661:a181dbef default
parent child Browse files
Show More
@@ -57,7 +57,6 b' try:'
57 57 import roman
58 58 except ImportError:
59 59 from docutils.utils import roman
60 import inspect
61 60
62 61 FIELD_LIST_INDENT = 7
63 62 DEFINITION_LIST_INDENT = 7
General Comments 0
You need to be logged in to leave comments. Login now