Remove unneeded pycapsule imports

This commit is contained in:
Jaime van Kessel 2021-05-10 16:53:16 +02:00
parent 08e2687c14
commit 2d396a81c5
No known key found for this signature in database
GPG key ID: 3710727397403C91
3 changed files with 5 additions and 14 deletions

View file

@ -1,8 +1,3 @@
# Prevents error: "PyCapsule_GetPointer called with incorrect name" with conflicting SIP configurations between Arcus and PyQt: Import custom Sip bindings first!
import Savitar # Dont remove this line
import Arcus # No really. Don't. It needs to be there!
import pynest2d # Really!
# Ensure that the importing for all tests work
import sys