*** ./doc/hgmanpage.py.ORIG Thu Dec 12 09:38:11 2013 --- ./doc/hgmanpage.py Thu Dec 12 09:38:19 2013 *************** *** 47,53 **** import re from docutils import nodes, writers, languages ! import roman import inspect FIELD_LIST_INDENT = 7 --- 47,56 ---- import re from docutils import nodes, writers, languages ! try: ! import roman ! except ImportError: ! from docutils.utils import roman import inspect FIELD_LIST_INDENT = 7