[Checkins] SVN: grokcore.site/trunk/src/grokcore/site/util.py Don't need that argument.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Thu Dec 9 16:18:41 EST 2010


Log message for revision 118778:
  Don't need that argument.

Changed:
  U   grokcore.site/trunk/src/grokcore/site/util.py

-=-
Modified: grokcore.site/trunk/src/grokcore/site/util.py
===================================================================
--- grokcore.site/trunk/src/grokcore/site/util.py	2010-12-09 21:17:27 UTC (rev 118777)
+++ grokcore.site/trunk/src/grokcore/site/util.py	2010-12-09 21:18:41 UTC (rev 118778)
@@ -16,7 +16,7 @@
 from zope.component.hooks import getSite
 
 
-def getApplication(self):
+def getApplication():
     """Return the nearest enclosing `grok.Application`.
 
     Raises ValueError if no Application can be found.



More information about the checkins mailing list