[Checkins] SVN: five.grok/branches/sylvain-viewlets/src/five/grok/components.py ContentProvider -> ViewletManager.

Sylvain Viollon sylvain at infrae.com
Mon Oct 6 14:03:04 EDT 2008


Log message for revision 91817:
  ContentProvider -> ViewletManager.
  
  

Changed:
  U   five.grok/branches/sylvain-viewlets/src/five/grok/components.py

-=-
Modified: five.grok/branches/sylvain-viewlets/src/five/grok/components.py
===================================================================
--- five.grok/branches/sylvain-viewlets/src/five/grok/components.py	2008-10-06 17:59:37 UTC (rev 91816)
+++ five.grok/branches/sylvain-viewlets/src/five/grok/components.py	2008-10-06 18:03:02 UTC (rev 91817)
@@ -209,8 +209,8 @@
     martian.baseclass()
 
     def default_namespace(self):
-        namespace = super(ContentProvider, self).default_namespace()
-        namespace['provider'] = self
+        namespace = super(ViewletManager, self).default_namespace()
+        namespace['viewletmanager'] = self
         return namespace
 
     def update(self):



More information about the Checkins mailing list