mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 10:47:49 -06:00
Also need to import this.
CURA-7180
This commit is contained in:
parent
72248d47e1
commit
e1490a68df
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ if TYPE_CHECKING:
|
||||||
import sys
|
import sys
|
||||||
from UM.Platform import Platform
|
from UM.Platform import Platform
|
||||||
if Platform.isWindows() and hasattr(sys, "frozen"):
|
if Platform.isWindows() and 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())
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue