Fix running automated tests from source with different SIP version

This prevents the PyCapsule_GetPointer error when running the tests for this plug-in.

Done during Turbo Testing and Tooling.
This commit is contained in:
Ghostkeeper 2020-05-29 17:31:58 +02:00
parent 962e375dad
commit 9c78178561
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
3 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,5 @@
# Copyright (c) 2020 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
import os
import sys

View file

@ -0,0 +1,2 @@
# Copyright (c) 2020 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.