Skip to content

lisa.utils: Fix deprecate() on classes for Python < 3.6

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr334 into master

object.init_subclass is only available in Python >= 3.6, so do not reference it when not available

Merge request reports