Correct remaining crypto_dev_signer prefixes

This commit is contained in:
nolash
2021-10-15 22:58:33 +02:00
parent 760ff71632
commit ccacffe962
5 changed files with 3 additions and 62 deletions

View File

@@ -9,7 +9,7 @@ from http.server import (
# local imports
from .handle import SignRequestHandler
from crypto_dev_signer.error import SignerError
from funga.error import SignerError
logg = logging.getLogger(__name__)