[Repoze-checkins] r1300 - repoze.bfg/trunk

Tres Seaver tseaver at palladion.com
Sat Jul 12 09:22:21 EDT 2008


Author: Tres Seaver <tseaver at palladion.com>
Date: Sat Jul 12 09:22:21 2008
New Revision: 1300

Log:
Omitted deriving example interface from zope.interface.Interface.

Modified:
   repoze.bfg/trunk/README.txt

Modified: repoze.bfg/trunk/README.txt
==============================================================================
--- repoze.bfg/trunk/README.txt	(original)
+++ repoze.bfg/trunk/README.txt	Sat Jul 12 09:22:21 2008
@@ -293,7 +293,7 @@
   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):


More information about the Repoze-checkins mailing list