Log message for revision 68576:
  ViewPTF isn't a simpleitem anymore, so no meta_type
  

Changed:
  U   Products.Five/branches/philikon-viewzpt-refactor/viewlet/directives.txt

-=-
Modified: 
Products.Five/branches/philikon-viewzpt-refactor/viewlet/directives.txt
===================================================================
--- Products.Five/branches/philikon-viewzpt-refactor/viewlet/directives.txt     
2006-06-10 18:49:37 UTC (rev 68575)
+++ Products.Five/branches/philikon-viewzpt-refactor/viewlet/directives.txt     
2006-06-10 18:50:36 UTC (rev 68576)
@@ -130,8 +130,8 @@
   <Products.Five.viewlet.manager.<ViewletManager providing ILeftColumn> object 
...>
   >>> ILeftColumn.providedBy(manager)
   True
-  >>> manager.template.meta_type
-  'Page Template (File)'
+  >>> manager.template
+  <BoundPageTemplateFile of <Products.Five.viewlet.manager.<ViewletManager 
providing ILeftColumn> object at ...>>
   >>> manager.update()
   >>> print manager.render().strip()
   <div class="column">
@@ -164,8 +164,8 @@
    <class 'Products.Five.viewlet.manager.ViewletManagerBase'>)
   >>> ILeftColumn.providedBy(manager)
   True
-  >>> manager.template.meta_type
-  'Page Template (File)'
+  >>> manager.template
+  <BoundPageTemplateFile of <Products.Five.viewlet.manager.<ViewletManager 
providing ILeftColumn> object at ...>>
   >>> manager.update()
   >>> print manager.render().strip()
   <div class="column">

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

Reply via email to