[Checkins] SVN: grok/trunk/src/grok/interfaces.py these interfaces moved to grokcore.view. they're still exposes in this module

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


Log message for revision 89521:
  these interfaces moved to grokcore.view. they're still exposes in this module
  by import.
  

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:19:06 UTC (rev 89520)
+++ grok/trunk/src/grok/interfaces.py	2008-08-07 22:24:18 UTC (rev 89521)
@@ -341,26 +341,6 @@
     """Skin type for REST requests.
     """
 
-class ITemplateFileFactory(interface.Interface):
-    """Utility that generates templates from files in template directories.
-    """
-
-    def __call__(filename, _prefix=None):
-        """Creates an ITemplate from a file
-
-        _prefix is the directory the file is located in
-        """
-
-class ITemplate(interface.Interface):
-    """Template objects
-    """
-
-    def _initFactory(factory):
-        """Template language specific initializations on the view factory."""
-
-    def render(view):
-        """Renders the template"""
-
 class IContainer(IContext, IContainerBase):
     """A Grok container.
     """



More information about the Checkins mailing list