[Checkins] SVN: grok/trunk/src/grok/interfaces.py Expose two interfaces that moved to grokcore.view here as well, mostly for BBB.

Philipp von Weitershausen philikon at philikon.de
Thu Aug 7 18:19:07 EDT 2008


Log message for revision 89520:
  Expose two interfaces that moved to grokcore.view here as well, mostly for BBB.
  

Changed:
  U   grok/trunk/src/grok/interfaces.py

-=-
Modified: grok/trunk/src/grok/interfaces.py
===================================================================
--- grok/trunk/src/grok/interfaces.py	2008-08-07 22:18:02 UTC (rev 89519)
+++ grok/trunk/src/grok/interfaces.py	2008-08-07 22:19:06 UTC (rev 89520)
@@ -23,9 +23,11 @@
 import grokcore.security.interfaces
 import grokcore.view.interfaces
 
-# Expose interfaces from grok.interfaces as well:
+# Expose interfaces from grokcore.* packages as well:
 from grokcore.component.interfaces import IContext
 from grokcore.component.interfaces import IGrokErrors
+from grokcore.view.interfaces import ITemplateFileFactory
+from grokcore.view.interfaces import ITemplate
 
 
 class IGrokBaseClasses(grokcore.component.interfaces.IBaseClasses,



More information about the Checkins mailing list