Compatibility with FreeCAD 20.2

This commit is contained in:
Suzanne Soy 2023-04-12 20:03:27 +01:00
parent d13ae55211
commit 13eb34bb36
19 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
import sys
print("HIIIIIIIIIIIIIIII")
print("HOOOOOOOOOOOOOOOOOOO", file=sys.stderr)
# Avoid garbage collection by storing the action in a global variable
wax = None
sea = None

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB