mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Try if we can get rid of this workaround.
done part of CURA-11622
This commit is contained in:
parent
23cc0b4d01
commit
ef02ab543e
1 changed files with 0 additions and 2 deletions
|
@ -16,8 +16,6 @@ if TYPE_CHECKING:
|
||||||
import sys
|
import sys
|
||||||
from UM.Platform import Platform
|
from UM.Platform import Platform
|
||||||
if Platform.isWindows():
|
if Platform.isWindows():
|
||||||
if hasattr(sys, "frozen"):
|
|
||||||
import win32timezone
|
|
||||||
from keyring.backends.Windows import WinVaultKeyring
|
from keyring.backends.Windows import WinVaultKeyring
|
||||||
keyring.set_keyring(WinVaultKeyring())
|
keyring.set_keyring(WinVaultKeyring())
|
||||||
if Platform.isOSX():
|
if Platform.isOSX():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue