diff options
| author | Georg Brandl <georg@python.org> | 2011-09-25 08:47:56 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-09-25 08:47:56 +0200 |
| commit | daf558d77006a981774e3c7173761b79689e3411 (patch) | |
| tree | 1965bc11eb89320dede9bffec0fc5515825b6ca9 /sphinx/util | |
| parent | edbbd609bdfb24145672501f981e5abd3c825400 (diff) | |
| download | sphinx-daf558d77006a981774e3c7173761b79689e3411.tar.gz | |
More version-compatibility hack removals.
Diffstat (limited to 'sphinx/util')
| -rw-r--r-- | sphinx/util/compat.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/util/compat.py b/sphinx/util/compat.py index 1a263cff..bdb00845 100644 --- a/sphinx/util/compat.py +++ b/sphinx/util/compat.py @@ -11,7 +11,6 @@ from docutils import nodes -# function missing in docutils 0.5 def make_admonition(node_class, name, arguments, options, content, lineno, content_offset, block_text, state, state_machine): #if not content: |
