[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/pagelet/tales.py
Fixed buglet; I'll test those functions better.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Sep 17 09:40:38 EDT 2005
Log message for revision 38503:
Fixed buglet; I'll test those functions better.
Changed:
U Zope3/trunk/src/zope/app/pagelet/tales.py
-=-
Modified: Zope3/trunk/src/zope/app/pagelet/tales.py
===================================================================
--- Zope3/trunk/src/zope/app/pagelet/tales.py 2005-09-17 12:05:00 UTC (rev 38502)
+++ Zope3/trunk/src/zope/app/pagelet/tales.py 2005-09-17 13:40:38 UTC (rev 38503)
@@ -42,7 +42,7 @@
slot = zapi.queryUtility(IPageletSlot, name=str)
if slot is None:
raise PageletSlotLookupError(
- _('Pagelet slot interface not found.'), str)
+ 'Pagelet slot interface not found.', str)
# Create a dummy slot instance for adapter lookup. This is not ultra
# clean but puts the burden of filtering by slot on the adapter
More information about the Zope3-Checkins
mailing list