From 4ae3d614ef6953da2d108f53615bfb3422b299f1 Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Fri, 13 Nov 2009 22:36:45 +0000 Subject: [PATCH] Pseudo-code for IDivergenceController implementation. This shows in particular how the interface implementation will evolve from 100% ad-hoc (urgent) to fully generic. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30614 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/Ticket.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/PropertySheet/Ticket.py b/product/ERP5/PropertySheet/Ticket.py index 9dfac43bbe..56f5cfa1c7 100644 --- a/product/ERP5/PropertySheet/Ticket.py +++ b/product/ERP5/PropertySheet/Ticket.py @@ -38,4 +38,4 @@ class Ticket: 'mode' : 'w' }, ) - _categories = ('specialise', ) + _categories = ('specialise', ) # Tickets can specialise a trade condition -- 2.30.9