Commit Graph

3 Commits

Author SHA1 Message Date
wmayer
ef9936a940 App: fixes #10460: App::PropertyPythonObject is not saving data
Since Py3.11 the methods names __setstate__ and __getstate__ conflict with the method names added to the object class.
Thus rename them to 'loads' and 'dumps'
2023-09-24 10:56:35 -05:00
luzpaz
fdca2d49f7 Arch: lint bad indentation, superfluous formatting (#9310) 2023-04-19 09:40:16 +02:00
Yorik van Havre
2530040d01 Arch: Placeholder modules to handle files containing NativeIFC objects 2023-02-15 15:01:15 +01:00