*** ./doc/hgmanpage.py.ORIG Thu Dec 12 09:37:45 2013 --- ./doc/hgmanpage.py Thu Dec 12 09:37:53 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