Commit 6fdf5871 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Remove TestDocument prototype example as it has been replaced by TestComponent.

parent b2b33352
#from erp5.component import component, document, mixin, interface
#Base = component('Document Component', 'Base')
#Base = document.Base
#Base = document('Base', version='erp5')
from Products.ERP5Type.Base import Base
class TestDocument(Base):
"""
"""
def getTiti(self):
"""
"""
return "zozo"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment