Am Fri, Jan 12, 2024 at 11:45:02AM +0100 schrieb Alexandre Detiste:
> 
> -class ExtensionNode(with_metaclass(ExtensionNodeMetaclass, object)):
> +class ExtensionNode(metaclass=ExtensionNodeMetaclass, object_=True):
> 
> Just simply
> +class ExtensionNode(metaclass=ExtensionNodeMetaclass):
> , but I can't test here:

This helped a bit further.  Unfortunately we have *lots* of instances of

   from past.utils import old_div

with several instances of old_div inside the code.  Do you know some automated
tool to fix this?  Replacing all these seems pretty error prone.

Kind regards
   Andreas.

-- 
http://fam-tille.de

Reply via email to