Felix Fontein
e8ec22d3b1
Python code modernization, 3/n ( #1157 )
...
* Remove __metaclass__ = type.
for i in $(grep -REl '__metaclass__ = type' plugins/ tests/); do
sed -e '/^__metaclass__ = type/d' -i $i;
done
* Remove super arguments, and stop inheriting from object.
2025-10-10 08:11:58 +02:00
..
2025-10-07 07:32:33 +02:00
2025-10-10 08:11:58 +02:00
2025-10-10 08:11:58 +02:00
2025-10-10 08:11:58 +02:00
2025-10-10 08:11:58 +02:00
2025-10-10 08:11:58 +02:00
2025-10-07 07:32:33 +02:00
2025-10-07 07:32:33 +02:00
2025-10-07 07:32:33 +02:00
2025-10-07 18:26:25 +02:00
2025-10-07 07:32:33 +02:00
2025-10-10 08:11:58 +02:00
2025-10-10 08:11:58 +02:00
2025-10-10 08:11:58 +02:00
2025-10-10 08:11:58 +02:00
2025-10-10 08:11:58 +02:00
2025-10-10 08:11:58 +02:00
2025-10-10 08:11:58 +02:00
2025-10-10 08:11:58 +02:00
2025-10-10 08:11:58 +02:00
2025-10-10 08:11:58 +02:00
2025-10-10 08:11:58 +02:00
2025-10-07 07:32:33 +02:00
2025-10-10 08:11:58 +02:00
2025-10-07 07:32:33 +02:00
2025-10-10 08:11:58 +02:00
2025-10-10 08:11:58 +02:00
2025-10-07 07:32:33 +02:00
2025-10-10 08:11:58 +02:00
2025-10-09 20:46:48 +02:00
2025-10-09 20:46:48 +02:00
2025-10-09 20:46:48 +02:00
2025-10-10 08:11:58 +02:00
2025-10-07 07:32:33 +02:00
2025-10-10 08:11:58 +02:00
2025-10-10 08:11:58 +02:00
2025-10-07 19:37:16 +02:00
2025-10-10 08:11:58 +02:00