Reordered attributes
authorThierry Florac <tflorac@ulthar.net>
Thu, 05 Apr 2018 11:08:49 +0200
changeset 163 e6aad36fefc3
parent 162 b275180f783b
child 164 07d7bca9e2af
Reordered attributes
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?")