Log message for revision 78404:
  Remove bogus line. There actually *is* a proper options dict coming
  from the base class.
  

Changed:
  U   
Zope/branches/philikon-aq/lib/python/Products/Five/browser/pagetemplatefile.py

-=-
Modified: 
Zope/branches/philikon-aq/lib/python/Products/Five/browser/pagetemplatefile.py
===================================================================
--- 
Zope/branches/philikon-aq/lib/python/Products/Five/browser/pagetemplatefile.py  
    2007-07-28 00:06:09 UTC (rev 78403)
+++ 
Zope/branches/philikon-aq/lib/python/Products/Five/browser/pagetemplatefile.py  
    2007-07-28 00:13:09 UTC (rev 78404)
@@ -32,7 +32,6 @@
         context = super(ViewPageTemplateFile, self).pt_getContext(
             instance, request, **kw)
         context['modules'] = SecureModuleImporter
-        context['options'] = ''
         return context
 
 # BBB

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to