Exemple #1
0
import string 
from cStringIO import StringIO


from zope.component import getMultiAdapter

##code-section module-header #fill in your manual code here
##/code-section module-header

##code-section after-local-schema #fill in your manual code here
##/code-section after-local-schema

Wordy_schema = BaseSchema.copy() + \
	ScriptishSchema.copy() + \
	WordySchema.copy() + \
	BlockishSchema.copy()

##code-section after-schema #fill in your manual code here
##/code-section after-schema

class Wordy(BaseContent, BrowserDefaultMixin):
    """
    """
    security = ClassSecurityInfo()

    implements(interfaces.IWordage,interfaces.IContainer)

    meta_type = 'Wordy'
    _at_rename_after_creation = True