##// END OF EJS Templates
build: fix hgrc manpage building with docutils 0.9...
Nikolaj Sjujskij -
r16611:462dd183 stable
parent child Browse files
Show More
@@ -47,7 +47,10 b' by the command whatis or apropos.'
47 47 import re
48 48
49 49 from docutils import nodes, writers, languages
50 try:
50 51 import roman
52 except ImportError:
53 from docutils.utils import roman
51 54 import inspect
52 55
53 56 FIELD_LIST_INDENT = 7
General Comments 0
You need to be logged in to leave comments. Login now