Skip to content

Commit

Permalink
Fix up zope.app after moving zope.app.annotation to zope.annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
philikon committed Apr 6, 2006
1 parent 1b44ad6 commit ea30fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
__docformat__ = 'restructuredtext'

from zope.traversing.interfaces import IContainmentRoot
from zope.annotation.interfaces import IAttributeAnnotatable
from zope.app.container.interfaces import IContainer
from zope.app.component.interfaces import IPossibleSite
from zope.app.annotation.interfaces import IAttributeAnnotatable

class IFolder(IContainer, IPossibleSite, IAttributeAnnotatable):
"""The standard Zope Folder object interface."""
Expand Down

0 comments on commit ea30fba

Please sign in to comment.