[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/browser/pagetemplatefile.py Remove bogus line. There actually *is* a proper options dict coming

Philipp von Weitershausen philikon at philikon.de
Fri Jul 27 20:13:13 EDT 2007


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



More information about the Zope-Checkins mailing list