This commit is contained in:
zandercymatics 2023-10-17 12:58:03 -06:00
parent 0dde277c86
commit faa35613e2
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 9 additions and 3 deletions

View file

@ -3,12 +3,12 @@ import gevent
from geventconnpool import ConnectionPool
from epplibwrapper.socket import Socket
from epplibwrapper.utility.pool_error import PoolError, PoolErrorCodes
try:
from epplib.commands import Hello
except ImportError:
pass
logger = logging.getLogger(__name__)