Skip to content

Commit

Permalink
Update API/HISTORY about last change.
Browse files Browse the repository at this point in the history
  • Loading branch information
thefunny42 committed Nov 4, 2010
1 parent 6cf1b80 commit 683ae3e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Changes
1.5 (unreleased)
----------------

- Nothing changed yet.
- Moved IApplication and getApplication from the Grok package into
this one.


1.4 (2010-11-01)
Expand Down
1 change: 1 addition & 0 deletions src/grokcore/site/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
from grokcore.component import *
from grokcore.site.directive import local_utility
from grokcore.site.components import Site, LocalUtility
from grokcore.site.util import getApplication

import grokcore.site.testing

Expand Down
2 changes: 2 additions & 0 deletions src/grokcore/site/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ def provides(interface):
class IGrokcoreSiteAPI(IGrokcoreComponentAPI, IBaseClasses, IDirectives):
"""grokcore.site's public API."""

def getApplication():
"""Return the nearest enclosing `grok.Application`."""

0 comments on commit 683ae3e

Please sign in to comment.