Make this run from source again on Windows.

This commit is contained in:
Remco Burema 2021-09-01 16:56:47 +02:00
parent f638809f9d
commit 0b114876ef
No known key found for this signature in database
GPG key ID: 215C49431D43F98C

View file

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