lisa.utils: Fix deprecate() on classes for Python < 3.6
object.init_subclass is only available in Python >= 3.6, so do not reference it when not available
object.init_subclass is only available in Python >= 3.6, so do not reference it when not available