[Zope-CVS] CVS: Products/PluggableAuthService/plugins/www - bpActivateInterfaces.zpt:1.2

Zachery Bir zbir at urbanape.com
Fri Jul 8 09:11:09 EDT 2005


Update of /cvs-repository/Products/PluggableAuthService/plugins/www
In directory cvs.zope.org:/tmp/cvs-serv31989

Modified Files:
	bpActivateInterfaces.zpt 
Log Message:
Don't call the interface, just reference it.


=== Products/PluggableAuthService/plugins/www/bpActivateInterfaces.zpt 1.1.1.1 => 1.2 ===
--- Products/PluggableAuthService/plugins/www/bpActivateInterfaces.zpt:1.1.1.1	Wed Apr 28 15:19:06 2004
+++ Products/PluggableAuthService/plugins/www/bpActivateInterfaces.zpt	Fri Jul  8 09:11:09 2005
@@ -13,7 +13,7 @@
        tal:define="interfaces here/listInterfaces">
   <tr tal:repeat="info here/plugins/listPluginTypeInfo">
     <td align="left" valign="top" class="form-label"
-        tal:define="interface info/interface;
+        tal:define="interface nocall:info/interface;
                     method python:info['methods'][0];
                     interface_name info/id;
                     title info/title;



More information about the Zope-CVS mailing list