WIP: Make it work with Python 3.7 packaing

This commit is contained in:
Lipu Fei 2020-01-31 12:52:10 +01:00
parent 309f90ceb8
commit b03f666bf5
3 changed files with 20 additions and 4 deletions

View file

@ -171,6 +171,7 @@ else:
# tries to create PyQt objects on a non-main thread.
import Arcus #@UnusedImport
import Savitar #@UnusedImport
from cura.CuraApplication import CuraApplication