Skip to content

Commit

Permalink
Fixed a couple functional tests.
Browse files Browse the repository at this point in the history
Tried to remove the service terminology from the code as much as 
possible.
  • Loading branch information
strichter committed Jan 12, 2005
1 parent 0e5e265 commit fa9218e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions __init__.py
Expand Up @@ -17,9 +17,7 @@
"""
__docformat__ = 'restructuredtext'

# TODO: register utility as adapter for IAnnotations on utility activation
# this depends on existence of LocalAdapterService, so once that's done
# implement this.
# TODO: register utility as adapter for IAnnotations on utility activation.

from persistent import Persistent
from persistent.dict import PersistentDict
Expand Down
2 changes: 1 addition & 1 deletion interfaces.py
Expand Up @@ -11,7 +11,7 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""Service for storing `IAnnotations` for principals.
"""Utility for storing `IAnnotations` for principals.
$Id$
"""
Expand Down

0 comments on commit fa9218e

Please sign in to comment.