Commit bfa442f2 authored by Łukasz Nowak's avatar Łukasz Nowak

- follow name change of interface


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27598 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 338d7e95
...@@ -33,7 +33,7 @@ import unittest ...@@ -33,7 +33,7 @@ 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', 'IArrowBase'),
('BusinessPath', 'IBusinessPath'), ('BusinessPath', 'IBusinessPath'),
('BusinessPath', 'ICategoryAccessProvider'), ('BusinessPath', 'ICategoryAccessProvider'),
('TradeCondition', 'ITransformation'), ('TradeCondition', 'ITransformation'),
......
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