mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-31 04:02:01 +08:00
Try if we can get rid of this workaround.
done part of CURA-11622
This commit is contained in:
parent
23cc0b4d01
commit
ef02ab543e
@ -16,8 +16,6 @@ if TYPE_CHECKING:
|
||||
import sys
|
||||
from UM.Platform import Platform
|
||||
if Platform.isWindows():
|
||||
if hasattr(sys, "frozen"):
|
||||
import win32timezone
|
||||
from keyring.backends.Windows import WinVaultKeyring
|
||||
keyring.set_keyring(WinVaultKeyring())
|
||||
if Platform.isOSX():
|
||||
|
Loading…
x
Reference in New Issue
Block a user