Fix bug with libSavitar not loading due to SIP

The same crash as libArcus actually.
This commit is contained in:
Ghostkeeper 2018-07-26 20:12:42 +02:00
parent c1dbd358ec
commit e509078943
No known key found for this signature in database
GPG Key ID: 5252B696FB5E7C7A

View File

@ -131,6 +131,7 @@ faulthandler.enable(all_threads = True)
# first seems to prevent Sip from going into a state where it # first seems to prevent Sip from going into a state where it
# tries to create PyQt objects on a non-main thread. # tries to create PyQt objects on a non-main thread.
import Arcus #@UnusedImport import Arcus #@UnusedImport
import Savitar #@UnusedImport
from cura.CuraApplication import CuraApplication from cura.CuraApplication import CuraApplication
app = CuraApplication() app = CuraApplication()