Meshroom/meshroom/common
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
..
__init__.py [doc] sphinx documentation setup 2022-10-11 09:59:33 +02:00
core.py [common] CoreObject: Cannot use ClassSignal in __del__ 2020-09-04 19:54:27 +02:00
PySignal.py Remove workarounds and backports for Python 2 support 2022-12-05 17:16:21 +01:00
qt.py [ui] add support for selecting multiple nodes at once 2021-01-15 18:16:45 +00:00