# HG changeset patch # User Thierry Florac # Date 1522919329 -7200 # Node ID e6aad36fefc3df282ea6686692e446dfa822e44d # Parent b275180f783bdf7f5b474e85cf7e8fa58bd047ce Reordered attributes diff -r b275180f783b -r e6aad36fefc3 src/pyams_utils/interfaces/inherit.py --- 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?")