[Zope-Checkins] 
	SVN: Products.Five/branches/philikon-local-components/component/browser.py
	Remind myself that we're not doing everything we might have to yet.
    Philipp von Weitershausen 
    philikon at philikon.de
       
    Wed Mar  1 18:56:02 EST 2006
    
    
  
Log message for revision 65694:
  Remind myself that we're not doing everything we might have to yet.
  
Changed:
  U   Products.Five/branches/philikon-local-components/component/browser.py
-=-
Modified: Products.Five/branches/philikon-local-components/component/browser.py
===================================================================
--- Products.Five/branches/philikon-local-components/component/browser.py	2006-03-01 23:53:24 UTC (rev 65693)
+++ Products.Five/branches/philikon-local-components/component/browser.py	2006-03-01 23:56:01 UTC (rev 65694)
@@ -128,6 +128,8 @@
         self.request = request
 
     def _findViewClass(self):
+        #XXX we might want to walk up to the next site instead, not
+        # just go to the global one directly
         gsm = getGlobalSiteManager()
         view = gsm.queryMultiAdapter((self.context, self.request), Interface,
                                      name=self.viewname)
    
    
More information about the Zope-Checkins
mailing list