mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-13 22:45:05 +02:00
getter and setter added for dnssecdata; dnssecdata added to cache
This commit is contained in:
parent
24ecb6be50
commit
6df2a65a90
2 changed files with 47 additions and 3 deletions
|
@ -47,6 +47,7 @@ try:
|
|||
from .client import CLIENT, commands
|
||||
from .errors import RegistryError, ErrorCode
|
||||
from epplib.models import common
|
||||
from epplib.responses import extensions
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
|
@ -54,6 +55,7 @@ __all__ = [
|
|||
"CLIENT",
|
||||
"commands",
|
||||
"common",
|
||||
"extensions",
|
||||
"ErrorCode",
|
||||
"RegistryError",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue