--- a/src/pyams_utils/interfaces/inherit.py Thu Apr 05 11:02:00 2018 +0200
+++ b/src/pyams_utils/interfaces/inherit.py Thu Apr 05 11:08:49 2018 +0200
@@ -27,10 +27,9 @@
class IInheritInfo(ILocation):
"""Inheritance info"""
+ target_interface = Attribute("Parent target interface")
adapted_interface = Attribute("Context or parent adapted interface")
- target_interface = Attribute("Parent target interface")
-
parent = Attribute("First parent supporting target interface")
can_inherit = Attribute("Can inherit from parent?")