[Zope3-checkins]
SVN: Zope3/trunk/src/zope/documenttemplate/dt_util.py
Converted XXX to statement.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Jul 13 12:57:36 EDT 2004
Log message for revision 26474:
Converted XXX to statement.
Changed:
U Zope3/trunk/src/zope/documenttemplate/dt_util.py
-=-
Modified: Zope3/trunk/src/zope/documenttemplate/dt_util.py
===================================================================
--- Zope3/trunk/src/zope/documenttemplate/dt_util.py 2004-07-13 16:56:45 UTC (rev 26473)
+++ Zope3/trunk/src/zope/documenttemplate/dt_util.py 2004-07-13 16:57:36 UTC (rev 26474)
@@ -19,7 +19,7 @@
import math
import random
-from __builtin__ import str # XXX needed for pickling (legacy)
+from __builtin__ import str # needed for pickling (legacy)
from types import ListType, StringType, TupleType
from zope.documenttemplate.pdocumenttemplate import \
More information about the Zope3-Checkins
mailing list