[Zope3-checkins] CVS: Zope3/src/zope/tal - talgenerator.py:1.9.4.7
Fred L. Drake, Jr.
fred at zope.com
Thu Aug 14 11:49:46 EDT 2003
Update of /cvs-repository/Zope3/src/zope/tal
In directory cvs.zope.org:/tmp/cvs-serv14475
Modified Files:
Tag: srichter-i18n-macro-interaction-branch
talgenerator.py
Log Message:
wrap a long line
=== Zope3/src/zope/tal/talgenerator.py 1.9.4.6 => 1.9.4.7 ===
--- Zope3/src/zope/tal/talgenerator.py:1.9.4.6 Thu Aug 14 10:43:49 2003
+++ Zope3/src/zope/tal/talgenerator.py Thu Aug 14 10:49:42 2003
@@ -774,7 +774,8 @@
# - I18N_EXPRESSION for explicit tal:replace
# o varname[2] will be None for the first two actions and the
# replacement tal expression for the third action.
- assert (varname[1] in [I18N_REPLACE, I18N_CONTENT, I18N_EXPRESSION])
+ assert (varname[1]
+ in [I18N_REPLACE, I18N_CONTENT, I18N_EXPRESSION])
self.emitI18nVariable(varname)
# Do not test for "msgid is not None", i.e. we only want to test for
# explicit msgids here. See comment above.
More information about the Zope3-Checkins
mailing list