Commit 45ee24d0 authored by Andreas Jung's avatar Andreas Jung

moved html4zope from docutils to restructuredText package

parent a4a13386
......@@ -93,3 +93,10 @@ def HTML(src,
# do the format
return pub.writer.write(document, pub.destination)
from docutils import writers
import html4zope
writers.html4zope = html4zope
sys.modules['docutils.writers.html4zope'] = html4zope
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment