mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 03:06:01 +02:00
Test fix for scanner
This commit is contained in:
parent
9c6a6ef12a
commit
ffcfb9818b
2 changed files with 18 additions and 11 deletions
|
@ -17,15 +17,18 @@ from registrar.utility.errors import (
|
|||
NameserverErrorCodes as nsErrorCodes,
|
||||
)
|
||||
|
||||
from epplibwrapper import (
|
||||
CLIENT as registry,
|
||||
commands,
|
||||
common as epp,
|
||||
extensions,
|
||||
info as eppInfo,
|
||||
RegistryError,
|
||||
ErrorCode,
|
||||
)
|
||||
try:
|
||||
from epplibwrapper import (
|
||||
CLIENT as registry,
|
||||
commands,
|
||||
common as epp,
|
||||
extensions,
|
||||
info as eppInfo,
|
||||
RegistryError,
|
||||
ErrorCode,
|
||||
)
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
from registrar.models.utility.contact_error import ContactError, ContactErrorCodes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue