Commit graph

3 commits

Author SHA1 Message Date
Candice Bentéjac
8bef398bed Remove workarounds and backports for Python 2 support
In particular:
- In common/, remove the backport of weakref.WeakMethod
- In docs/ and ui/, use the standard FileNotFoundError class
- Use built-in open() instead of io.open(), and stop importing io
- In core/stats.py, use the standard implementation of xml.etree instead
of the C one
2022-12-05 17:16:21 +01:00
Julien-Haudegond
3033e79181 [common] PySignal: allow to disconnect another signal 2020-08-27 11:35:58 +02:00
Julien-Haudegond
3e5e4cf3e9 [common] PySignal file
Add PySignal file from https://github.com/dgovil/PySignal
2020-08-27 11:27:07 +02:00