Skip to content

Commit

Permalink
Add deleteAnnotation
Browse files Browse the repository at this point in the history
  • Loading branch information
thefunny42 committed Oct 17, 2014
1 parent 0e4ecf6 commit 8578d7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGES.txt
Expand Up @@ -4,7 +4,8 @@ Grok changes
1.11.4 (unreleased)
===================

- Add ``grok.queryAnnotation()`` from ``grokcore.annotation``.
- Add ``grok.queryAnnotation()`` and ``grok.deleteAnnotation()`` from
``grokcore.annotation``.


1.11.3 (2013-04-03)
Expand Down
1 change: 1 addition & 0 deletions src/grok/__init__.py
Expand Up @@ -70,6 +70,7 @@

from grokcore.annotation import Annotation
from grokcore.annotation import queryAnnotation
from grokcore.annotation import deleteAnnotation

from grokcore.site import IApplication
from grokcore.site import IApplicationInitializedEvent
Expand Down

0 comments on commit 8578d7c

Please sign in to comment.