• Show log

    Commit

  • Hash : 46c9ead0
    Author : Enji Cooper
    Date : 2020-06-25T08:08:10

    Make all classes Entry, Struct, etc) new-style classes
    
    This allows the object methods to be properly inherited and called via
    `super(..)`, addressing breakage with python 2.x, introduced in
    cfcc093606e747a5d250787012bac0b149c60d6d.
    
    Fixes #1042.
    
    Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>