Commit 1d979fe5 authored by Łukasz Nowak's avatar Łukasz Nowak

- sorted


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27392 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6affc128
...@@ -33,19 +33,19 @@ import unittest ...@@ -33,19 +33,19 @@ import unittest
# this list can be generated automatically using introspection or can be set # this list can be generated automatically using introspection or can be set
# manually and treated as reference to what implements what # manually and treated as reference to what implements what
implements_tuple_list = [ implements_tuple_list = [
('BusinessPath', 'IArrow'),
('BusinessPath', 'IBusinessPath'),
('BusinessPath', 'ICategoryAccessProvider'),
('TradeModelCell', 'ITransformation'), ('TradeModelCell', 'ITransformation'),
('TradeModelCell', 'IVariated'), ('TradeModelCell', 'IVariated'),
('TradeModelLine', 'ITransformation'), ('TradeModelLine', 'ITransformation'),
('TradeModelLine', 'IVariated'), ('TradeModelLine', 'IVariated'),
('TradeModelRule', 'IPredicate'),
('TradeModelRule', 'IRule'),
('Transformation', 'ITransformation'), ('Transformation', 'ITransformation'),
('Transformation', 'IVariated'), ('Transformation', 'IVariated'),
('BusinessPath', 'IBusinessPath'),
('BusinessPath', 'IArrow'),
('BusinessPath', 'ICategoryAccessProvider'),
('TradeModelRule', 'IRule'),
('TradeModelRule', 'IPredicate'),
('TransformationRule', 'IRule'),
('TransformationRule', 'IPredicate'), ('TransformationRule', 'IPredicate'),
('TransformationRule', 'IRule'),
('TransformedResource', 'IVariated'), ('TransformedResource', 'IVariated'),
] ]
......
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