[Zope3-checkins] CVS: Zope3/src/zope/tal - talgenerator.py:1.9.4.6
Fred L. Drake, Jr.
fred at zope.com
Thu Aug 14 11:43:53 EDT 2003
Update of /cvs-repository/Zope3/src/zope/tal
In directory cvs.zope.org:/tmp/cvs-serv13370
Modified Files:
Tag: srichter-i18n-macro-interaction-branch
talgenerator.py
Log Message:
adjust indentation of a comment
=== Zope3/src/zope/tal/talgenerator.py 1.9.4.5 => 1.9.4.6 ===
--- Zope3/src/zope/tal/talgenerator.py:1.9.4.5 Thu Aug 14 10:31:03 2003
+++ Zope3/src/zope/tal/talgenerator.py Thu Aug 14 10:43:49 2003
@@ -779,8 +779,9 @@
# Do not test for "msgid is not None", i.e. we only want to test for
# explicit msgids here. See comment above.
if msgid is not None:
- # in case tal:content, i18n:translate and i18n:name in the same tag
- # insertTranslation opcode has already been emitted
+ # in case tal:content, i18n:translate and i18n:name in the
+ # same tag insertTranslation opcode has already been
+ # emitted
if varname and (varname[1] <> I18N_CONTENT):
self.emitTranslation(msgid, i18ndata)
if repeat:
More information about the Zope3-Checkins
mailing list