Also need to import this.

CURA-7180
This commit is contained in:
Remco Burema 2021-03-30 21:46:19 +02:00
parent 72248d47e1
commit e1490a68df
No known key found for this signature in database
GPG Key ID: 215C49431D43F98C

View File

@ -15,6 +15,7 @@ if TYPE_CHECKING:
import sys
from UM.Platform import Platform
if Platform.isWindows() and hasattr(sys, "frozen"):
import win32timezone
from keyring.backends.Windows import WinVaultKeyring
keyring.set_keyring(WinVaultKeyring())