[Checkins] SVN: grokcore.view/trunk/src/grokcore/view/interfaces.py These two methods aren't in grokcore.view.View.

Philipp von Weitershausen philikon at philikon.de
Sun Aug 3 17:59:57 EDT 2008


Log message for revision 89321:
  These two methods aren't in grokcore.view.View.
  

Changed:
  U   grokcore.view/trunk/src/grokcore/view/interfaces.py

-=-
Modified: grokcore.view/trunk/src/grokcore/view/interfaces.py
===================================================================
--- grokcore.view/trunk/src/grokcore/view/interfaces.py	2008-08-03 21:51:35 UTC (rev 89320)
+++ grokcore.view/trunk/src/grokcore/view/interfaces.py	2008-08-03 21:59:57 UTC (rev 89321)
@@ -136,16 +136,7 @@
         filled in from the request (in that case they *must* be
         present in the request)."""
 
-    def application_url(name=None):
-        """Return the URL of the closest application object in the
-        hierarchy or the URL of a named object (``name`` parameter)
-        relative to the closest application object.
-        """
 
-    def flash(message, type='message'):
-        """Send a short message to the user."""
-
-
 class ITemplateFileFactory(Interface):
     """Utility that generates templates from files in template directories.
     """



More information about the Checkins mailing list