doc/book/en/tutorials/base/create-cube.rst
branchstable
changeset 6157 81ae5bc958db
parent 6152 6824f8b61098
child 6832 f392e4fb36ec
--- a/doc/book/en/tutorials/base/create-cube.rst	Thu Aug 26 10:52:25 2010 +0200
+++ b/doc/book/en/tutorials/base/create-cube.rst	Thu Aug 26 10:52:59 2010 +0200
@@ -357,7 +357,6 @@
     class BlogEntry(AnyEntity):
         """customized class for BlogEntry entities"""
     	__regid__ = 'BlogEntry'
-    	__implements__ = AnyEntity.__implements__
 
         def display_cw_logo(self):
             if 'CW' in self.title: