[Zope3-checkins]
SVN: Zope3/branches/philikon-dtml-sync/src/zope/structuredtext/__init__.py
Missing import.
Philipp von Weitershausen
philikon at philikon.de
Tue Jan 10 12:07:22 EST 2006
Log message for revision 41249:
Missing import.
Changed:
U Zope3/branches/philikon-dtml-sync/src/zope/structuredtext/__init__.py
-=-
Modified: Zope3/branches/philikon-dtml-sync/src/zope/structuredtext/__init__.py
===================================================================
--- Zope3/branches/philikon-dtml-sync/src/zope/structuredtext/__init__.py 2006-01-10 17:05:08 UTC (rev 41248)
+++ Zope3/branches/philikon-dtml-sync/src/zope/structuredtext/__init__.py 2006-01-10 17:07:21 UTC (rev 41249)
@@ -34,6 +34,7 @@
__docformat__ = 'restructuredtext'
import re
+from string import letters
from zope.structuredtext import stng, document, html
def stx2html(aStructuredString, level=1, header=1):
More information about the Zope3-Checkins
mailing list