rehabilitate socket server

This commit is contained in:
nolash
2021-10-15 22:40:22 +02:00
parent 7f113d1cdc
commit 760ff71632
8 changed files with 17 additions and 14 deletions

View File

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