From effbaa2f68cc3fcf4a29aa0c275648c2a52e9455 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Sat, 12 Jul 2008 13:22:21 +0000 Subject: Omitted deriving example interface from zope.interface.Interface. --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index ae48e4968..73548ee9d 100644 --- a/README.txt +++ b/README.txt @@ -293,7 +293,7 @@ A models.py might look like so:: from zope.interface import Attribute from zope.interface import Interface - class IMyModel: + class IMyModel(Interface): __name__ = Attribute('Name of the model instance') class MyModel(UserDict): -- cgit v1.2.3