[Checkins] SVN: five.grok/trunk/src/five/grok/__init__.py Add comment so people know why we do an import-as

Martin Aspeli optilude at gmx.net
Sun Aug 3 20:13:26 EDT 2008


Log message for revision 89329:
  Add comment so people know why we do an import-as
  

Changed:
  U   five.grok/trunk/src/five/grok/__init__.py

-=-
Modified: five.grok/trunk/src/five/grok/__init__.py
===================================================================
--- five.grok/trunk/src/five/grok/__init__.py	2008-08-04 00:05:59 UTC (rev 89328)
+++ five.grok/trunk/src/five/grok/__init__.py	2008-08-04 00:13:25 UTC (rev 89329)
@@ -3,4 +3,6 @@
 from grokcore.view import *
 
 from five.grok.components import View, Model
+
+# Override the one from grokcore.view so that we get Zope 2 semantics
 from five.grok.components import ZopeTwoPageTemplate as PageTemplate
\ No newline at end of file



More information about the Checkins mailing list