Skip to content
  • Iustin Pop's avatar
    Change class hierarchy in objects.py · ec29fe40
    Iustin Pop authored
    It makes sense to make the TaggableObject a child of the ConfigObject,
    since in this case we can derive the Instance, Node and Cluster objects
    only from the TaggableObject and have a cleaner hierarchy.
    
    For consistency child classes will have to declare their slots by adding
    their parents on top.
    
    Reviewed-by: imsnah,ultrotter
    ec29fe40