[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/DependencyFramework - Dependable.py:1.1 IDependable.py:1.1 __init__.py:1.1

R. David Murray bitz@bitdance.com
Mon, 14 Oct 2002 17:10:29 -0400 (EDT)


On Mon, 14 Oct 2002, Jim Fulton wrote:
> class IDependable(Interface):
>    """Objects that can have dependencies
>    """

Shouldn't that read, "Objects on which other objects may depend"?

--RDM