Description: Use the "roman" module from python-roman instead of the local copy.
Author: Michael Schutte <michi@debian.org>
Forwarded: not-needed
Last-Update: 2013-07-22

--- a/docutils/parsers/rst/states.py
+++ b/docutils/parsers/rst/states.py
@@ -116,7 +116,8 @@
 from docutils.parsers.rst import directives, languages, tableparser, roles
 from docutils.parsers.rst.languages import en as _fallback_language_module
 from docutils.utils import escape2null, unescape, column_width
-from docutils.utils import punctuation_chars, roman, urischemes
+from docutils.utils import punctuation_chars, urischemes
+import roman
 
 class MarkupError(DataError): pass
 class UnknownInterpretedRoleError(DataError): pass
