mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Major update to 4.13.1 not 4.12 I've said it before and I'll say it again. This port should be a group effort but a cads porting team. I'd be happy to give up Maintainership as my only interest with cura was to get it into ports. PR: ports/255630 Reported by: unrelentingtech <greg@unrelenting.technology> Tested by: trombik1973@gmail.com
11 lines
434 B
Python
11 lines
434 B
Python
--- cura/OAuth2/KeyringAttribute.py.orig 2022-04-28 04:59:10 UTC
|
|
+++ cura/OAuth2/KeyringAttribute.py
|
|
@@ -5,7 +5,7 @@ from typing import Type, TYPE_CHECKING, Optional, List
|
|
from io import BlockingIOError
|
|
import keyring
|
|
from keyring.backend import KeyringBackend
|
|
-from keyring.errors import NoKeyringError, PasswordSetError, KeyringLocked
|
|
+from keyring.errors import PasswordSetError, KeyringLocked
|
|
|
|
from UM.Logger import Logger
|
|
|