[Python-modules-commits] [python-docutils] 10/14: Use the "roman" module from python-roman instead of the local copy.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Sat Dec 10 10:40:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository python-docutils.
commit 91133c0a4a5bfd1002365be7cc321be145918f08
Author: Michael Schutte <michi at debian.org>
Date: Thu Oct 8 11:57:10 2015 -0700
Use the "roman" module from python-roman instead of the local copy.
Forwarded: not-needed
Last-Update: 2013-07-22
Patch-Name: no-local-roman.diff
---
docutils/parsers/rst/states.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docutils/parsers/rst/states.py b/docutils/parsers/rst/states.py
index 35de9d2..bc6ac95 100644
--- a/docutils/parsers/rst/states.py
+++ b/docutils/parsers/rst/states.py
@@ -116,7 +116,8 @@ import docutils.parsers.rst
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-docutils.git
More information about the Python-modules-commits
mailing list