diff --git a/product/ERP5Type/Core/TestDocument.py b/product/ERP5Type/Core/TestDocument.py deleted file mode 100644 index f4f5e457fcd978adc478da3ae3bac64295f337b2..0000000000000000000000000000000000000000 --- a/product/ERP5Type/Core/TestDocument.py +++ /dev/null @@ -1,14 +0,0 @@ -#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"