[Zope3-checkins] CVS: Zope3/src/zope/app/pagetemplate - talesapi.py:1.6.22.1

Jim Fulton jim at zope.com
Tue Sep 2 18:41:09 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/pagetemplate
In directory cvs.zope.org:/tmp/cvs-serv26498/src/zope/app/pagetemplate

Modified Files:
      Tag: user-preferences-branch
	talesapi.py 
Log Message:
Checking in some work (on a branch) that Staphan and I did toward
implementing user preferences.  More work is needed to finish this up.
Detailed log messages need to be provided in the merge.


=== Zope3/src/zope/app/pagetemplate/talesapi.py 1.6 => 1.6.22.1 ===
--- Zope3/src/zope/app/pagetemplate/talesapi.py:1.6	Fri Jun 13 13:41:19 2003
+++ Zope3/src/zope/app/pagetemplate/talesapi.py	Tue Sep  2 17:40:38 2003
@@ -70,3 +70,5 @@
             raise AttributeError, 'created'
         return a.sizeForDisplay()
 
+    def site(self):
+        return zapi.getServiceManager(self.context)




More information about the Zope3-Checkins mailing list