Remove add_metaclass compatibility shim.

Review Request #11844 — Created Oct. 7, 2021 and submitted — Latest diff uploaded

Information

Review Board
master

Reviewers

Now that 5.0 in Python 3 only, we can start moving away from all the
compatibility shims. This change does that for the @six.add_metaclass
decorator.

Ran unit tests.

Changes between revision 1 and 2

orig
1
2

Commits

Summary ID Author
Remove add_metaclass compatibility shim.
Now that 5.0 in Python 3 only, we can start moving away from all the compatibility shims. This change does that for the `@six.add_metaclass` decorator. Testing Done: Ran unit tests.
295098bbce4381932c9c1a8dbaa77cab67030470 David Trowbridge
Remove add_metaclass compatibility shim.
Now that 5.0 in Python 3 only, we can start moving away from all the compatibility shims. This change does that for the `@six.add_metaclass` decorator. Testing Done: Ran unit tests.
b694db943ca9988581dca738eeca12f6445b2ba7 David Trowbridge
reviewboard/extensions/hooks.py
Loading...